aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-28 00:29:37 +0200
committeremersion <contact@emersion.fr>2017-09-28 00:29:37 +0200
commit63f277f3b95e353f034109e16d95ef3aca1d1a9c (patch)
treedbbc25446aa59e4486324eb85fc312e84a0218a1 /include
parentd6c6b7c506547d9d409e9c064dba9e613d14fc59 (diff)
rootston: handle request_move
Diffstat (limited to 'include')
-rw-r--r--include/rootston/view.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index 67ca9b62..1010566a 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -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 {