diff options
author | Simon Ser <contact@emersion.fr> | 2021-06-25 13:49:47 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2022-05-07 19:25:44 +0000 |
commit | f575e445ec36dec5fe7f5674a4dae8096a833d6f (patch) | |
tree | 9b0a7594a5543ed99d205e1aee643169a60e5435 /include/xwayland/xwm.h | |
parent | 352064d76d459b499b39a99f889f96f40987f0e9 (diff) |
xwayland: terminate when no client is connected
Automatically shutdown Xwayland 10s after all X11 clients have
gone away.
Diffstat (limited to 'include/xwayland/xwm.h')
-rw-r--r-- | include/xwayland/xwm.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |