aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-05-16 09:10:28 +0100
committerFurkan Sahin <furkan-dev@proton.me>2018-05-16 09:10:28 +0100
commit9f40b7bf48fe4602b7d59e7d494caffbaadbb4bf (patch)
tree770f7f47574311c5ee91f8217defb4e6ba0a41a4 /include
parentc5b7e5083c378a77a4fffaeef5b6de09d5f14064 (diff)
parentf941d410a5e31ee47757310245adc80c781fd8fd (diff)
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;