From a686fb07ae324cb122f7175941f0ef6c3cdd0cf4 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 30 Jan 2018 20:01:49 -0500 Subject: Execute pending commands when Xwayland is ready --- include/sway/server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sway/server.h') 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 { struct wlr_xwayland *xwayland; struct wl_listener xwayland_surface; + struct wl_listener xwayland_ready; struct wlr_wl_shell *wl_shell; struct wl_listener wl_shell_surface; -- cgit v1.2.3-54-g00ecf