add back map event

This commit is contained in:
Tony Crisci 2018-06-05 22:50:29 -04:00
parent 1c75d4e54a
commit 319ebdf476
2 changed files with 21 additions and 4 deletions

View file

@ -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;