handle drag icon map in rootston

This commit is contained in:
Tony Crisci 2018-06-05 23:01:43 -04:00
parent 319ebdf476
commit 9333acd68e
2 changed files with 10 additions and 0 deletions

View file

@ -58,6 +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;
};