diff options
author | Simon Ser <contact@emersion.fr> | 2022-10-18 14:52:50 +0200 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-11-18 15:35:20 +0000 |
commit | d19191ff6bbcb9c91b1d0f2d7233c46c37d153e7 (patch) | |
tree | 7d0d011bc631cb1f2591f8d52dadeac31d128b77 /include | |
parent | 3f40b0031f457da6133551f972d0a001d6141121 (diff) |
xwayland/server: delay non-lazy startup
This allows users to setup event listeners before the server is
actually started.
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/xwayland/server.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |