From 983ea3033fdbf477e0810582501b0bbc1460f1c9 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 7 Dec 2017 01:02:07 +0100 Subject: Listen to display destroy in seat --- include/wlr/types/wlr_seat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_seat.h b/include/wlr/types/wlr_seat.h index 6d59315b..fa2df530 100644 --- a/include/wlr/types/wlr_seat.h +++ b/include/wlr/types/wlr_seat.h @@ -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 { -- cgit v1.2.3