diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-29 11:02:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-29 11:02:27 -0400 |
commit | 9a3c94b608663a4465ff528709d732699ac7af80 (patch) | |
tree | 8b76fcdbf82ee92ef19504d4a9c0e3abc43f8e1c /include/rootston | |
parent | 50e86a0efa43fa72bd7d8c2dfc2d124052f74823 (diff) | |
parent | c01248cf17b0556145d973449d0b12cad0b96a8c (diff) |
Merge pull request #331 from acrisci/feature/xwm-rewrite
xwayland window manager fixes
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index 9eb7065d..993ff654 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -34,6 +34,10 @@ 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; }; enum roots_view_type { |