mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04: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
|
|
@ -270,6 +270,11 @@ void roots_cursor_handle_touch_motion(struct roots_cursor *cursor,
|
|||
wlr_seat_touch_point_clear_focus(cursor->seat->seat, event->time_msec,
|
||||
event->slot);
|
||||
}
|
||||
|
||||
if (wlr_seat_touch_has_grab(cursor->seat->seat)) {
|
||||
cursor->seat->touch_grab_x = lx;
|
||||
cursor->seat->touch_grab_y = ly;
|
||||
}
|
||||
}
|
||||
|
||||
void roots_cursor_handle_tool_axis(struct roots_cursor *cursor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue