xwayland/server: add start signal

This can be used to know when wlr_xwayland_server decides to start
a new Xwayland process. At that point the wl_client has already
been created but the Xwayland process hasn't been started yet.
This commit is contained in:
Simon Ser 2022-10-18 13:49:18 +02:00 committed by Simon Zeni
parent d3b84463f8
commit 3f40b0031f
2 changed files with 4 additions and 0 deletions

View file

@ -41,6 +41,7 @@ struct wlr_xwayland_server {
struct wl_display *wl_display;
struct {
struct wl_signal start;
struct wl_signal ready;
struct wl_signal destroy;
} events;