From 7c9f3240f67ebb9e5070ab41b9d8c23951df977e Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 29 Sep 2017 20:22:35 +0200 Subject: xwayland: add set_parent event --- include/wlr/xwayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 4e59d9c5..f2484889 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -52,6 +52,7 @@ struct wlr_xwayland_surface { struct wl_signal set_title; struct wl_signal set_class; + struct wl_signal set_parent; } events; void *data; -- cgit v1.2.3