React to xdg shell resize requests

This commit is contained in:
emersion 2017-09-30 10:39:06 +02:00
parent 0c48ef5ad8
commit 97679b8e12
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
5 changed files with 39 additions and 4 deletions

View file

@ -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