Introduce set_hints event for xwayland

This commit is contained in:
Ryan Dwyer 2018-07-19 21:07:11 +10:00
parent 83809cb7d2
commit dc58c1356d
2 changed files with 3 additions and 0 deletions

View file

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