mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Introduce set_hints event for xwayland
This commit is contained in:
parent
83809cb7d2
commit
dc58c1356d
2 changed files with 3 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ struct wlr_xwayland_surface {
|
|||
struct wl_signal set_parent;
|
||||
struct wl_signal set_pid;
|
||||
struct wl_signal set_window_type;
|
||||
struct wl_signal set_hints;
|
||||
struct wl_signal set_override_redirect;
|
||||
struct wl_signal ping_timeout;
|
||||
} events;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue