mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
data-device: make sure resources are correctly destroyed
This commit is contained in:
parent
7843a48432
commit
5d37b14116
5 changed files with 59 additions and 13 deletions
|
|
@ -15,8 +15,16 @@ wlr_touch_grab_interface wlr_data_device_touch_drag_interface;
|
|||
|
||||
struct wlr_data_device_manager {
|
||||
struct wl_global *global;
|
||||
struct wl_list wl_resources;
|
||||
struct wl_list data_sources;
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
||||
struct wlr_data_offer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue