aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-11-09 21:41:11 +0100
committeremersion <contact@emersion.fr>2017-11-09 21:41:11 +0100
commitbf1b12a72500fb8cb41cbc60d29e602c25c97fc2 (patch)
tree2e57398641349ee08204e8e8aaf0d1fb2fb79e02 /include
parent0204f811b44a0a999666bc7601c9b38f7c5c1adb (diff)
Fix maximize delay in xdg-shell
Diffstat (limited to 'include')
-rw-r--r--include/rootston/view.h1
-rw-r--r--include/wlr/types/wlr_xdg_shell_v6.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index 1b0fb831..956ba1d3 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -27,6 +27,7 @@ struct roots_xdg_surface_v6 {
struct wl_listener destroy;
struct wl_listener request_move;
struct wl_listener request_resize;
+ struct wl_listener request_maximize;
};
struct roots_xwayland_surface {
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h
index b0de41e2..bc78428b 100644
--- a/include/wlr/types/wlr_xdg_shell_v6.h
+++ b/include/wlr/types/wlr_xdg_shell_v6.h
@@ -126,6 +126,8 @@ struct wlr_xdg_surface_v6 {
struct wl_signal ack_configure;
struct wl_signal ping_timeout;
+ struct wl_signal request_maximize;
+ struct wl_signal request_fullscreen;
struct wl_signal request_minimize;
struct wl_signal request_move;
struct wl_signal request_resize;