rename drag-icon map to unmap

This commit is contained in:
Tony Crisci 2018-06-05 18:17:42 -04:00
parent 7366e1ced9
commit 1c75d4e54a
4 changed files with 9 additions and 9 deletions

View file

@ -88,7 +88,7 @@ struct wlr_drag_icon {
int32_t sx, sy;
struct {
struct wl_signal map; // emitted when mapped or unmapped
struct wl_signal unmap;
struct wl_signal destroy;
} events;