diff options
author | emersion <contact@emersion.fr> | 2017-11-20 17:58:26 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-20 17:58:26 +0100 |
commit | 80998cdf57756fe46d55921c98a745aff4848215 (patch) | |
tree | cd66f0a7a34b35bfb3e659d8b542fefc9d765f57 /include | |
parent | b04a9a248d4cf3d0e93e1b39ee9eedc9da359173 (diff) |
Add support for fullscreen xwayland views
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index e1397b89..77bbfbec 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -38,6 +38,7 @@ struct roots_xwayland_surface { struct wl_listener request_move; struct wl_listener request_resize; struct wl_listener request_maximize; + struct wl_listener request_fullscreen; struct wl_listener map_notify; struct wl_listener unmap_notify; }; |