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