aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-01-30 20:01:49 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-01-30 20:01:49 -0500
commita686fb07ae324cb122f7175941f0ef6c3cdd0cf4 (patch)
treea9c8fc4388dafc6590305eadea738d404b457df2 /include/sway/server.h
parentMerge pull request #1555 from martinetd/cmd_reload (diff)
downloadsway-a686fb07ae324cb122f7175941f0ef6c3cdd0cf4.tar.gz
sway-a686fb07ae324cb122f7175941f0ef6c3cdd0cf4.tar.zst
sway-a686fb07ae324cb122f7175941f0ef6c3cdd0cf4.zip
Execute pending commands when Xwayland is ready
Diffstat (limited to 'include/sway/server.h')
-rw-r--r--include/sway/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 76a05476..d497e132 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -33,6 +33,7 @@ struct sway_server {
33 33
34 struct wlr_xwayland *xwayland; 34 struct wlr_xwayland *xwayland;
35 struct wl_listener xwayland_surface; 35 struct wl_listener xwayland_surface;
36 struct wl_listener xwayland_ready;
36 37
37 struct wlr_wl_shell *wl_shell; 38 struct wlr_wl_shell *wl_shell;
38 struct wl_listener wl_shell_surface; 39 struct wl_listener wl_shell_surface;