Add display destroy listener to data device

This commit is contained in:
emersion 2017-12-07 00:50:55 +01:00
parent e6d2e72401
commit c7900663bc
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 23 additions and 8 deletions

View file

@ -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 {