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

@ -58,7 +58,7 @@ struct roots_drag_icon {
double x, y;
struct wl_listener surface_commit;
struct wl_listener map;
struct wl_listener unmap;
struct wl_listener destroy;
};