diff options
author | Ilia Bozhinov <ammen99@gmail.com> | 2020-10-14 11:47:23 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-10-14 21:49:51 +0200 |
commit | 99f3c643bf9407c4e0b3eb901b1e44588ae11357 (patch) | |
tree | 54f8529bed6d2a8bd4fc2697eec8d0cca8bac5fb /include/wlr | |
parent | afeb941ca027995530d940b81f28421456c77640 (diff) |
xwayland: add set_geometry event
This is necessary to react to changes in position of override-redirect
views.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
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; |