aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
authorLibravatar Dominique Martinet <asmadeus@codewreck.org>2018-05-16 12:29:30 +0900
committerLibravatar Dominique Martinet <asmadeus@codewreck.org>2018-05-16 16:50:56 +0900
commit89ae1792b58a1a29afce7e00da06593187297459 (patch)
tree770f7f47574311c5ee91f8217defb4e6ba0a41a4 /include/sway/server.h
parentswayidle: terminate if wl_display_dispatch failed (diff)
downloadsway-89ae1792b58a1a29afce7e00da06593187297459.tar.gz
sway-89ae1792b58a1a29afce7e00da06593187297459.tar.zst
sway-89ae1792b58a1a29afce7e00da06593187297459.zip
sway: run commands without waiting for Xwayland
Xwayland is lazy now, there is no need to wait at all
Diffstat (limited to 'include/sway/server.h')
-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 {
40 struct wlr_xwayland *xwayland; 40 struct wlr_xwayland *xwayland;
41 struct wlr_xcursor_manager *xcursor_manager; 41 struct wlr_xcursor_manager *xcursor_manager;
42 struct wl_listener xwayland_surface; 42 struct wl_listener xwayland_surface;
43 struct wl_listener xwayland_ready;
44 43
45 struct wlr_wl_shell *wl_shell; 44 struct wlr_wl_shell *wl_shell;
46 struct wl_listener wl_shell_surface; 45 struct wl_listener wl_shell_surface;