diff options
author | emersion <contact@emersion.fr> | 2017-11-08 23:03:07 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-08 23:03:07 +0100 |
commit | 2118c691b13c20d7100abfa02f9e274667501aef (patch) | |
tree | 4807e9cbf387c26a520cda4915f0e169d993f6a0 /include/rootston | |
parent | 4df8be1a8f32ea59f88a179104885c0452a89d6e (diff) |
Add maximize support for xwayland in rootston
Diffstat (limited to 'include/rootston')
-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 67643b94..f6ac0d23 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -36,6 +36,7 @@ struct roots_xwayland_surface { struct wl_listener request_configure; struct wl_listener request_move; struct wl_listener request_resize; + struct wl_listener request_maximize; struct wl_listener map_notify; struct wl_listener unmap_notify; }; |