aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-11-08 23:03:07 +0100
committeremersion <contact@emersion.fr>2017-11-08 23:03:07 +0100
commit2118c691b13c20d7100abfa02f9e274667501aef (patch)
tree4807e9cbf387c26a520cda4915f0e169d993f6a0 /include/rootston/view.h
parent4df8be1a8f32ea59f88a179104885c0452a89d6e (diff)
Add maximize support for xwayland in rootston
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r--include/rootston/view.h1
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;
};