From: John Lindgren Date: Sat, 4 Dec 2021 15:25:26 +0000 (-0500) Subject: keyboard: Remove redundant damage_all_outputs() call X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=5da0ebda5a4a8a33d6d0978a4f6bef24b32d3650;p=proto%2Flabwc.git keyboard: Remove redundant damage_all_outputs() call It was already called earlier in handle_compositor_keybindings(). --- diff --git a/src/keyboard.c b/src/keyboard.c index da4fcbba..b1b7cef8 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -140,7 +140,6 @@ handle_compositor_keybindings(struct wl_listener *listener, desktop_cycle_view(server, server->cycle_view, backwards ? LAB_CYCLE_DIR_BACKWARD : LAB_CYCLE_DIR_FORWARD); osd_update(server); - damage_all_outputs(server); } } /* don't send any key events to clients when osd onscreen */