aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwayland.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-29 20:22:35 +0200
committeremersion <contact@emersion.fr>2017-09-29 20:22:35 +0200
commit7c9f3240f67ebb9e5070ab41b9d8c23951df977e (patch)
tree0426c5f02c12e8e097c26f3b9f7d9aa859cc5797 /include/wlr/xwayland.h
parentd8c86431e0b6a72f5cccd8f9e09059aa9eff9fd3 (diff)
xwayland: add set_parent event
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r--include/wlr/xwayland.h1
1 files changed, 1 insertions, 0 deletions
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;