aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwayland.h
diff options
context:
space:
mode:
authorIlia Bozhinov <ammen99@gmail.com>2020-10-14 11:47:23 +0200
committerSimon Ser <contact@emersion.fr>2020-10-14 21:49:51 +0200
commit99f3c643bf9407c4e0b3eb901b1e44588ae11357 (patch)
tree54f8529bed6d2a8bd4fc2697eec8d0cca8bac5fb /include/wlr/xwayland.h
parentafeb941ca027995530d940b81f28421456c77640 (diff)
xwayland: add set_geometry event
This is necessary to react to changes in position of override-redirect views.
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r--include/wlr/xwayland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index 26a14aea..b801b5dd 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -198,6 +198,7 @@ struct wlr_xwayland_surface {
struct wl_signal set_hints;
struct wl_signal set_decorations;
struct wl_signal set_override_redirect;
+ struct wl_signal set_geometry;
struct wl_signal ping_timeout;
} events;