aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-19 10:29:37 -0500
committerGitHub <noreply@github.com>2017-11-19 10:29:37 -0500
commit358654e212dbb3423948e89d26a0da218ad49252 (patch)
treee044ce110ba7d62060fef859fcfbc05c4fcd1c58 /include
parentfa36ac90f70787176a5cfdb6fa6835aa1226f697 (diff)
parent90d2eca218be2beff2465433f0d2937a3d4de267 (diff)
Merge pull request #432 from acrisci/bug/xwayland-ready-listener
rootston: xwayland ready listener
Diffstat (limited to 'include')
-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
};