Do not destroy wl_client in wlr_xwayland_finish

This commit is contained in:
emersion 2017-12-08 01:38:45 +01:00
parent 18eb1eee3f
commit b06535718d
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 39 additions and 25 deletions

View file

@ -23,7 +23,7 @@ struct wlr_xwayland {
time_t server_start;
struct wl_event_source *sigusr1_source;
struct wl_listener destroy_listener;
struct wl_listener client_destroy;
struct wl_listener display_destroy;
struct wlr_xwm *xwm;
struct wlr_xwayland_cursor *cursor;