aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-30 10:39:06 +0200
committeremersion <contact@emersion.fr>2017-09-30 10:39:06 +0200
commit97679b8e12a5e508a51d7cb83b3c039b99e9901d (patch)
tree4eac1dff62974b606248c2284227ac0825fb0fab /include
parent0c48ef5ad860dfdd041b9ce5d300c6fa85151e3f (diff)
React to xdg shell resize requests
Diffstat (limited to 'include')
-rw-r--r--include/rootston/input.h2
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