diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-27 10:48:09 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-27 10:48:09 -0400 |
commit | 6a4290b86ac282a899221834465df81bdd9d6bc9 (patch) | |
tree | 8f9ddcc4b76f494721e7c9682e41cf9e26557dcb /include/rootston | |
parent | 4a106648c4455793560d8ca3e60082a6f1d5f791 (diff) |
xwm: moveresize events
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index 1a0de6de..53a2e133 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -34,6 +34,8 @@ struct roots_xwayland_surface { // TODO: Maybe destroy listener should go in roots_view struct wl_listener destroy; struct wl_listener request_configure; + struct wl_listener request_move; + struct wl_listener request_resize; struct wl_listener map_notify; struct wl_listener unmap_notify; }; |