Terminate drag if data source is destroyed

This commit is contained in:
Ander Conselvan de Oliveira 2012-03-02 15:45:56 +02:00 committed by Kristian Høgsberg
parent 70db367ccc
commit 214e343311
2 changed files with 41 additions and 16 deletions

View file

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