From c7900663bc24e575b13a83ce77b7d46e8837d784 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 7 Dec 2017 00:50:55 +0100 Subject: Add display destroy listener to data device --- include/wlr/types/wlr_data_device.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_data_device.h b/include/wlr/types/wlr_data_device.h index 12b25e45..70d79a19 100644 --- a/include/wlr/types/wlr_data_device.h +++ b/include/wlr/types/wlr_data_device.h @@ -15,6 +15,8 @@ wlr_touch_grab_interface wlr_data_device_touch_drag_interface; struct wlr_data_device_manager { struct wl_global *global; + + struct wl_listener display_destroy; }; struct wlr_data_offer { -- cgit v1.2.3