diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-06-05 22:50:29 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-06-05 22:50:29 -0400 |
commit | 319ebdf47628b2761fcb7cf86bf4024b882becec (patch) | |
tree | d5cd5ccd0d0e5e1158fdb19195f2382f2c8f1db8 /include | |
parent | 1c75d4e54a877bb1918afb5bf23c2c142ca30b78 (diff) |
add back map event
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_data_device.h | 1 |
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; |