mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 13:34:18 +02:00
Fix cursor handling on background focus
This commit is contained in:
parent
6199ed0a9a
commit
498d69b4b6
1 changed files with 1 additions and 0 deletions
1
seat.c
1
seat.c
|
|
@ -1043,6 +1043,7 @@ seat_set_focus(struct cg_seat *seat, struct cg_view *view) {
|
|||
view_activate(prev_view, false);
|
||||
}
|
||||
wlr_seat_keyboard_clear_focus(wlr_seat);
|
||||
process_cursor_motion(seat, -1);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue