Execute pending commands when Xwayland is ready

This commit is contained in:
Drew DeVault 2018-01-30 20:01:49 -05:00
parent 38903e5801
commit a686fb07ae
2 changed files with 23 additions and 0 deletions

View file

@ -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;