xwayland: fix shutdown caused by Xwayland/client stop

This commit is contained in:
Dominique Martinet 2017-08-23 23:11:44 +02:00
parent 0196284331
commit fd3ad3b9e4
3 changed files with 6 additions and 9 deletions

View file

@ -18,6 +18,7 @@ struct wlr_xwayland {
time_t server_start;
struct wl_event_source *sigusr1_source;
struct wl_listener destroy_listener;
struct wlr_xwm *xwm;
struct wl_list displayable_windows;
};