From 319ebdf47628b2761fcb7cf86bf4024b882becec Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Tue, 5 Jun 2018 22:50:29 -0400 Subject: add back map event --- include/wlr/types/wlr_data_device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_data_device.h b/include/wlr/types/wlr_data_device.h index 33fbf525..4de4d610 100644 --- a/include/wlr/types/wlr_data_device.h +++ b/include/wlr/types/wlr_data_device.h @@ -88,6 +88,7 @@ struct wlr_drag_icon { int32_t sx, sy; struct { + struct wl_signal map; struct wl_signal unmap; struct wl_signal destroy; } events; -- cgit v1.2.3