diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-13 08:05:53 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-15 05:59:52 -0400 |
commit | 07259cf8ea7eae1666b2a62bd3b9cc120d0a4276 (patch) | |
tree | 770184625bd929d71010ea150c198bf0e0f92889 /include | |
parent | 25831d287eb03d9d61cf4fd476e3d463124d1fce (diff) |
wlr-data-device: source actions
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_data_device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_data_device.h b/include/wlr/types/wlr_data_device.h index d5be311f..3074a6e3 100644 --- a/include/wlr/types/wlr_data_device.h +++ b/include/wlr/types/wlr_data_device.h @@ -30,6 +30,7 @@ struct wlr_data_source { enum wl_data_device_manager_dnd_action current_dnd_action; uint32_t dnd_actions; uint32_t compositor_action; + bool actions_set; struct { struct wl_signal destroy; |