put dnd icon in the right place

This commit is contained in:
Tony Crisci 2017-11-15 06:43:30 -05:00
parent a337e95505
commit ac4841ba37
5 changed files with 37 additions and 2 deletions

View file

@ -26,6 +26,9 @@ struct roots_seat {
struct wl_list link;
struct wl_list drag_icons;
// coordinates of the touch grab if one exists
double touch_grab_x, touch_grab_y;
struct roots_view *focus;
struct wl_list keyboards;