Listen to display destroy in seat

This commit is contained in:
emersion 2017-12-07 01:02:07 +01:00
parent 088ff9a614
commit 983ea3033f
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 32 additions and 20 deletions

View file

@ -183,6 +183,7 @@ struct wlr_seat {
struct wlr_seat_keyboard_state keyboard_state;
struct wlr_seat_touch_state touch_state;
struct wl_listener display_destroy;
struct wl_listener selection_data_source_destroy;
struct {