aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-06-05 22:50:29 -0400
committerTony Crisci <tony@dubstepdish.com>2018-06-05 22:50:29 -0400
commit319ebdf47628b2761fcb7cf86bf4024b882becec (patch)
treed5cd5ccd0d0e5e1158fdb19195f2382f2c8f1db8 /include
parent1c75d4e54a877bb1918afb5bf23c2c142ca30b78 (diff)
add back map event
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_data_device.h1
1 files changed, 1 insertions, 0 deletions
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;