mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Terminate drag if data source is destroyed
This commit is contained in:
parent
70db367ccc
commit
214e343311
2 changed files with 41 additions and 16 deletions
|
|
@ -226,6 +226,7 @@ struct wl_input_device {
|
|||
|
||||
struct wl_list drag_resource_list;
|
||||
struct wl_data_source *drag_data_source;
|
||||
struct wl_listener drag_data_source_listener;
|
||||
struct wl_surface *drag_focus;
|
||||
struct wl_resource *drag_focus_resource;
|
||||
struct wl_listener drag_focus_listener;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue