mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwayland/server: delay non-lazy startup
This allows users to setup event listeners before the server is actually started.
This commit is contained in:
parent
3f40b0031f
commit
d19191ff6b
2 changed files with 13 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue