aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-06-04 08:47:25 +0100
committerGitHub <noreply@github.com>2018-06-04 08:47:25 +0100
commitcaf72767a199bf8761c8528d46bb832a16eefe59 (patch)
treeb2bd36abf27a5007558a817bee5c6d049765e162
parent1c5c8652c52d8e9cfefddf6fb418af0d2b471fea (diff)
parent58d549c98a231049a40c98f97696fc8df66ce0e8 (diff)
Merge pull request #1032 from acrisci/drag-icon-data
add data to wlr_drag_icon
-rw-r--r--include/wlr/types/wlr_data_device.h2
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 {