diff options
author | emersion <contact@emersion.fr> | 2017-11-09 20:06:05 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-09 20:06:05 +0100 |
commit | 26dadacb7199d28af672cca3f91713e173a41258 (patch) | |
tree | 5c4f97e5ee352b50ef85b727358010c09521ae44 /include/rootston | |
parent | 758514fe5d67d226290694208a34f90d1a857d8e (diff) |
Add wl_shell support for maximized views
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/view.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index f6ac0d23..1b0fb831 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -11,9 +11,10 @@ struct roots_wl_shell_surface { // TODO: Maybe destroy listener should go in roots_view struct wl_listener destroy; - struct wl_listener ping_timeout; struct wl_listener request_move; struct wl_listener request_resize; + struct wl_listener request_set_maximized; + struct wl_listener set_state; struct wl_listener surface_commit; }; |