From d19191ff6bbcb9c91b1d0f2d7233c46c37d153e7 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 18 Oct 2022 14:52:50 +0200 Subject: xwayland/server: delay non-lazy startup This allows users to setup event listeners before the server is actually started. --- include/wlr/xwayland/server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/wlr/xwayland/server.h b/include/wlr/xwayland/server.h index a2a0dd0b..7eb3bc2a 100644 --- a/include/wlr/xwayland/server.h +++ b/include/wlr/xwayland/server.h @@ -39,6 +39,7 @@ struct wlr_xwayland_server { struct wlr_xwayland_server_options options; struct wl_display *wl_display; + struct wl_event_source *idle_source; struct { struct wl_signal start; -- cgit v1.2.3