mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Merge branch 'output-damage' of github.com:emersion/wlroots into output-damage
This commit is contained in:
commit
3f96427d08
6 changed files with 166 additions and 49 deletions
|
|
@ -138,6 +138,11 @@ static void roots_cursor_update_position(struct roots_cursor *cursor,
|
|||
} else {
|
||||
wlr_seat_pointer_clear_focus(seat->seat);
|
||||
}
|
||||
|
||||
struct roots_drag_icon *drag_icon;
|
||||
wl_list_for_each(drag_icon, &seat->drag_icons, link) {
|
||||
roots_drag_icon_update_position(drag_icon);
|
||||
}
|
||||
break;
|
||||
case ROOTS_CURSOR_MOVE:
|
||||
view = roots_seat_get_focus(seat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue