From dc58c1356dbe1917b893108943fd050d0f34f03c Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Thu, 19 Jul 2018 21:07:11 +1000 Subject: Introduce set_hints event for xwayland --- include/wlr/xwayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 31d5c964..2b643ec9 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -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; -- cgit v1.2.3