diff options
author | emersion <contact@emersion.fr> | 2017-12-07 00:50:55 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-07 00:50:55 +0100 |
commit | c7900663bc24e575b13a83ce77b7d46e8837d784 (patch) | |
tree | 24f41f1e01367c4c7c9d40ba8948ea172563fc69 /include | |
parent | e6d2e72401200743ba13e20945dfad9f458a87e1 (diff) |
Add display destroy listener to data device
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_data_device.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |