aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 17582e7d..ebb6efb7 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -43,6 +43,7 @@ struct wlr_xwayland_surface {
char *title;
char *class;
char *instance;
+ struct wlr_xwayland_surface *parent;
struct {
struct wl_signal destroy;