From 58d549c98a231049a40c98f97696fc8df66ce0e8 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sun, 3 Jun 2018 20:11:59 -0400 Subject: [PATCH] add data to wlr_drag_icon --- include/wlr/types/wlr_data_device.h | 2 ++ 1 file changed, 2 insertions(+) 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 {