xwayland: Introduce set_decorations event

This commit is contained in:
Ryan Dwyer 2018-09-24 20:14:02 +10:00
parent f5658c2ca2
commit 44613c0fa6
2 changed files with 3 additions and 0 deletions

View file

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