Run startup command after xwayland is ready

This commit is contained in:
Drew DeVault 2017-11-12 16:01:31 -05:00
parent 51ef12f128
commit a317ecdab8
3 changed files with 22 additions and 11 deletions

View file

@ -29,6 +29,7 @@ struct wlr_xwayland {
struct wlr_xwayland_cursor *cursor;
struct {
struct wl_signal ready;
struct wl_signal new_surface;
} events;