aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent Vanlaer <vincent.vanlaer@skynet.be>2018-05-06 22:51:32 +0200
committerVincent Vanlaer <vincent.vanlaer@skynet.be>2018-05-06 23:41:29 +0200
commitdbf4f9a2312c378b855db68f18b922e73c746887 (patch)
tree77cbed95050095fbe5bdee49305a301223e1b074 /include
parent31861b3a7a2a4f3dc278278dadec60a70138c74e (diff)
Make startup command no longer wait for xwayland
Diffstat (limited to 'include')
-rw-r--r--include/rootston/desktop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h
index f150147b..83ff2ea8 100644
--- a/include/rootston/desktop.h
+++ b/include/rootston/desktop.h
@@ -65,7 +65,6 @@ struct roots_desktop {
#ifdef WLR_HAS_XWAYLAND
struct wlr_xwayland *xwayland;
struct wl_listener xwayland_surface;
- struct wl_listener xwayland_ready;
#endif
};