From c4d75458e2e8ca30e027339659f42c9abffc25f2 Mon Sep 17 00:00:00 2001 From: bi4k8 Date: Tue, 14 Dec 2021 03:18:47 +0000 Subject: [PATCH] invalidate cursor when restacking windows with view cycling --- src/keyboard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keyboard.c b/src/keyboard.c index b0b8b563..bc28cc04 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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; } }