aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-06-03 20:11:59 -0400
committerTony Crisci <tony@dubstepdish.com>2018-06-03 20:11:59 -0400
commit58d549c98a231049a40c98f97696fc8df66ce0e8 (patch)
treeb2bd36abf27a5007558a817bee5c6d049765e162
parent1c5c8652c52d8e9cfefddf6fb418af0d2b471fea (diff)
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 {