]> git.mdlowis.com Git - proto/labwc.git/commitdiff
seat: add missing damage_all_outputs()
authorJohan Malm <jgm323@gmail.com>
Mon, 29 Mar 2021 18:35:25 +0000 (19:35 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 29 Mar 2021 18:35:25 +0000 (19:35 +0100)
src/seat.c

index 63de9ca501cd3709fff27cc43dccd70e39ce8b4e..fee61e6508ea5cbd32e6241d61a69e86cda9c84c 100644 (file)
@@ -160,6 +160,7 @@ seat_set_focus_layer(struct seat *seat, struct wlr_layer_surface_v1 *layer)
        if (!layer) {
                seat->focused_layer = NULL;
                desktop_focus_topmost_mapped_view(seat->server);
+               damage_all_outputs(seat->server);
                return;
        }
        seat_focus_surface(seat, layer->surface);