From: Johan Malm Date: Mon, 20 Sep 2021 21:42:03 +0000 (+0100) Subject: keyboard.c: fix bug in 864746 (exit cycle-view with any modifier key) X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=639660883beee801badd5e0ffe0f665a830265b2;p=proto%2Flabwc.git keyboard.c: fix bug in 864746 (exit cycle-view with any modifier key) Always call wlr_seat_keyboard_notify_modifiers() in keyboard_modifiers_notify() --- diff --git a/src/keyboard.c b/src/keyboard.c index 6d5f3653..97437cb7 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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; } }