From: Johan Malm Date: Mon, 29 Mar 2021 18:35:25 +0000 (+0100) Subject: seat: add missing damage_all_outputs() X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=2186aac6109a1afe4fb23e078be60bba8c14a292;p=proto%2Flabwc.git seat: add missing damage_all_outputs() --- diff --git a/src/seat.c b/src/seat.c index 63de9ca5..fee61e65 100644 --- a/src/seat.c +++ b/src/seat.c @@ -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);