xwayland: add set_geometry event

This is necessary to react to changes in position of override-redirect
views.
This commit is contained in:
Ilia Bozhinov 2020-10-14 11:47:23 +02:00 committed by Simon Ser
parent afeb941ca0
commit 99f3c643bf
2 changed files with 16 additions and 4 deletions

View file

@ -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;