rootston: handle request_move

This commit is contained in:
emersion 2017-09-28 00:29:37 +02:00
parent d6c6b7c506
commit 63f277f3b9
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 42 additions and 1 deletions

View file

@ -10,7 +10,10 @@ struct roots_wl_shell_surface {
// TODO: Maybe destroy listener should go in roots_view
struct wl_listener destroy;
struct wl_listener ping_timeout;
// TODO: other stuff
struct wl_listener request_move;
struct wl_listener request_resize;
struct wl_listener request_set_fullscreen;
struct wl_listener request_set_maximized;
};
struct roots_xdg_surface_v6 {