mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
put dnd icon in the right place
This commit is contained in:
parent
a337e95505
commit
ac4841ba37
5 changed files with 37 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue