]> git.mdlowis.com Git - proto/labwc.git/commitdiff
keyboard: Remove redundant damage_all_outputs() call
authorJohn Lindgren <john@jlindgren.net>
Sat, 4 Dec 2021 15:25:26 +0000 (10:25 -0500)
committerARDiDo <90479315+ARDiDo@users.noreply.github.com>
Sat, 4 Dec 2021 17:24:47 +0000 (12:24 -0500)
It was already called earlier in handle_compositor_keybindings().

src/keyboard.c

index da4fcbbac95ae7087a9bc858756c80fa1087e073..b1b7cef895bdda43d3d24554859841e897628d59 100644 (file)
@@ -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 */