mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-09 05:34:22 -04:00
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:
parent
ba76d37b0b
commit
f735439543
2 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue