diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-01 08:38:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 08:38:39 -0400 |
commit | 03c0d41ca956e3eb5ddac15a34918bfb97fc4c09 (patch) | |
tree | 3a1d00fae00ed0e932dc25e945faea50846cefce /include/wlr | |
parent | e903a69698aabfd5469db2aa6b75bcd708574a16 (diff) | |
parent | 1a756b3123a76637ea69babf71af1202c71d89a8 (diff) |
Merge pull request #367 from acrisci/bug/dnd-force-cancel
bugfix: dnd force cancel
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_data_device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_data_device.h b/include/wlr/types/wlr_data_device.h index 70d6dce3..691e2df8 100644 --- a/include/wlr/types/wlr_data_device.h +++ b/include/wlr/types/wlr_data_device.h @@ -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; |