mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-18 06:59:44 -05:00
bugfix: dnd force cancel
This commit is contained in:
parent
e903a69698
commit
1a756b3123
6 changed files with 40 additions and 15 deletions
|
|
@ -61,6 +61,8 @@ struct wlr_drag {
|
|||
struct wlr_surface *focus;
|
||||
struct wlr_data_source *source;
|
||||
|
||||
bool cancelling;
|
||||
|
||||
struct wl_listener icon_destroy;
|
||||
struct wl_listener source_destroy;
|
||||
struct wl_listener seat_client_unbound;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue