aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-05-16 09:10:28 +0100
committerGitHub <noreply@github.com>2018-05-16 09:10:28 +0100
commit2df8f266cd758221ad6e0fa182feb3b4c6d4142c (patch)
tree770f7f47574311c5ee91f8217defb4e6ba0a41a4 /include
parentc7c2e5357cee8b3a5d1ce7d2dcd000d51b417fd8 (diff)
parent89ae1792b58a1a29afce7e00da06593187297459 (diff)
downloadsway-2df8f266cd758221ad6e0fa182feb3b4c6d4142c.tar.xz
Merge pull request #1991 from martinetd/ready_nox
sway: run commands without waiting for Xwayland
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index c95ee0f3..65d96e7a 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -40,7 +40,6 @@ struct sway_server {
struct wlr_xwayland *xwayland;
struct wlr_xcursor_manager *xcursor_manager;
struct wl_listener xwayland_surface;
- struct wl_listener xwayland_ready;
struct wlr_wl_shell *wl_shell;
struct wl_listener wl_shell_surface;