mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
invalidate cursor when restacking windows with view cycling
This commit is contained in:
parent
f583fac28f
commit
c4d75458e2
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ keyboard_modifiers_notify(struct wl_listener *listener, void *data)
|
|||
desktop_focus_and_activate_view(&server->seat,
|
||||
server->cycle_view);
|
||||
desktop_move_to_front(server->cycle_view);
|
||||
process_cursor_motion(server, event->time_msec);
|
||||
server->cycle_view = NULL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue