From 97679b8e12a5e508a51d7cb83b3c039b99e9901d Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 30 Sep 2017 10:39:06 +0200 Subject: React to xdg shell resize requests --- include/rootston/input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3