From f575e445ec36dec5fe7f5674a4dae8096a833d6f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 25 Jun 2021 13:49:47 +0200 Subject: xwayland: terminate when no client is connected Automatically shutdown Xwayland 10s after all X11 clients have gone away. --- include/xwayland/xwm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index 0cdf6ea1..41e35ef3 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -122,6 +122,7 @@ struct wlr_xwm { const xcb_query_extension_reply_t *xfixes; const xcb_query_extension_reply_t *xres; + uint32_t xfixes_major_version; #if HAS_XCB_ERRORS xcb_errors_context_t *errors_context; #endif -- cgit v1.2.3