mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
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:
parent
d3b84463f8
commit
3f40b0031f
2 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue