aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/desktop.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-19 10:11:39 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-19 10:11:39 -0500
commit390b5264500a1c45eea54d8c9ddf3f8302f59021 (patch)
tree1adf0f9260d777661d7e5c042f6a62b179635ec9 /include/rootston/desktop.h
parent3b74db467b7f628ad45ee319424448a02dc052ec (diff)
parent90d2eca218be2beff2465433f0d2937a3d4de267 (diff)
Merge branch 'bug/xwayland-ready-listener' into refactor/wlr-drag-icon
Diffstat (limited to 'include/rootston/desktop.h')
-rw-r--r--include/rootston/desktop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h
index b809db43..10e5bbc6 100644
--- a/include/rootston/desktop.h
+++ b/include/rootston/desktop.h
@@ -50,6 +50,7 @@ struct roots_desktop {
#ifdef HAS_XWAYLAND
struct wlr_xwayland *xwayland;
struct wl_listener xwayland_surface;
+ struct wl_listener xwayland_ready;
#endif
};