Make startup command no longer wait for xwayland

This commit is contained in:
Vincent Vanlaer 2018-05-06 22:51:32 +02:00
parent 31861b3a7a
commit dbf4f9a231
2 changed files with 11 additions and 21 deletions

View file

@ -65,7 +65,6 @@ struct roots_desktop {
#ifdef WLR_HAS_XWAYLAND
struct wlr_xwayland *xwayland;
struct wl_listener xwayland_surface;
struct wl_listener xwayland_ready;
#endif
};