From bdcf997a8985831fcd88c018e92acab6a9a5ed5c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 10 Oct 2023 16:56:11 +0200 Subject: xwayland/server: add ready flag Allows one to check whether the server is currently ready. --- include/wlr/xwayland/server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr/xwayland/server.h') diff --git a/include/wlr/xwayland/server.h b/include/wlr/xwayland/server.h index 7eb3bc2a..fa16a3b0 100644 --- a/include/wlr/xwayland/server.h +++ b/include/wlr/xwayland/server.h @@ -27,6 +27,7 @@ struct wlr_xwayland_server { struct wl_client *client; struct wl_event_source *pipe_source; int wm_fd[2], wl_fd[2]; + bool ready; time_t server_start; -- cgit v1.2.3