diff options
author | emersion <contact@emersion.fr> | 2017-09-30 10:39:06 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-30 10:39:06 +0200 |
commit | 97679b8e12a5e508a51d7cb83b3c039b99e9901d (patch) | |
tree | 4eac1dff62974b606248c2284227ac0825fb0fab /include/rootston | |
parent | 0c48ef5ad860dfdd041b9ce5d300c6fa85151e3f (diff) |
React to xdg shell resize requests
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h index aeab9c0d..b4d6de65 100644 --- a/include/rootston/input.h +++ b/include/rootston/input.h @@ -110,5 +110,7 @@ const struct roots_input_event *get_input_event(struct roots_input *input, uint32_t serial); void view_begin_move(struct roots_input *input, struct wlr_cursor *cursor, struct roots_view *view); +void view_begin_resize(struct roots_input *input, struct wlr_cursor *cursor, + struct roots_view *view); #endif |