From 89ae1792b58a1a29afce7e00da06593187297459 Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Wed, 16 May 2018 12:29:30 +0900 Subject: sway: run commands without waiting for Xwayland Xwayland is lazy now, there is no need to wait at all --- include/sway/server.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3-54-g00ecf