mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-11 13:29:45 -05:00
Add display destroy listener to data device
This commit is contained in:
parent
e6d2e72401
commit
c7900663bc
3 changed files with 23 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue