xwayland: add set_size_hints signal

Currently there is no way for the compositor to be notified when an
Xwayland client sets/modifies its size hints.
This commit is contained in:
Isaac Freund 2026-01-15 11:49:49 +01:00
parent ba76d37b0b
commit f735439543
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11
2 changed files with 5 additions and 0 deletions

View file

@ -221,6 +221,7 @@ struct wlr_xwayland_surface {
struct wl_signal set_startup_id;
struct wl_signal set_window_type;
struct wl_signal set_hints;
struct wl_signal set_size_hints;
struct wl_signal set_decorations;
struct wl_signal set_strut_partial;
struct wl_signal set_override_redirect;