]> git.mdlowis.com Git - proto/labwc.git/commitdiff
keyboard.c: fix bug in 864746 (exit cycle-view with any modifier key)
authorJohan Malm <jgm323@gmail.com>
Mon, 20 Sep 2021 21:42:03 +0000 (22:42 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 20 Sep 2021 21:42:03 +0000 (22:42 +0100)
Always call wlr_seat_keyboard_notify_modifiers() in
keyboard_modifiers_notify()

src/keyboard.c

index 6d5f36534e55a2934f27dddf905c2f7ab100824b..97437cb7b6e73a89b7db7a2c6e18af9ce7ec43ba 100644 (file)
@@ -44,7 +44,6 @@ keyboard_modifiers_notify(struct wl_listener *listener, void *data)
                        /* end cycle */
                        desktop_focus_view(&server->seat, server->cycle_view);
                        server->cycle_view = NULL;
-                       return;
                }
        }