diff options
author | emersion <contact@emersion.fr> | 2018-06-04 08:47:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-04 08:47:25 +0100 |
commit | caf72767a199bf8761c8528d46bb832a16eefe59 (patch) | |
tree | b2bd36abf27a5007558a817bee5c6d049765e162 /include | |
parent | 1c5c8652c52d8e9cfefddf6fb418af0d2b471fea (diff) | |
parent | 58d549c98a231049a40c98f97696fc8df66ce0e8 (diff) |
Merge pull request #1032 from acrisci/drag-icon-data
add data to wlr_drag_icon
Diffstat (limited to 'include')
-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 80d4bc8b..5581373d 100644 --- a/include/wlr/types/wlr_data_device.h +++ b/include/wlr/types/wlr_data_device.h @@ -94,6 +94,8 @@ struct wlr_drag_icon { struct wl_listener surface_destroy; struct wl_listener seat_client_destroy; + + void *data; }; struct wlr_drag { |