From 99f3c643bf9407c4e0b3eb901b1e44588ae11357 Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Wed, 14 Oct 2020 11:47:23 +0200 Subject: xwayland: add set_geometry event This is necessary to react to changes in position of override-redirect views. --- include/wlr/xwayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr/xwayland.h') 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; -- cgit v1.2.3