From b6e3492234f41fe0977523ccd167e649f3c06a5c Mon Sep 17 00:00:00 2001 From: Charlotte Meyer Date: Mon, 9 Aug 2021 19:20:11 +0000 Subject: [PATCH] Fix small bug --- kiwmi/input/seat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kiwmi/input/seat.c b/kiwmi/input/seat.c index 008f9c0..e7aecdc 100644 --- a/kiwmi/input/seat.c +++ b/kiwmi/input/seat.c @@ -70,6 +70,7 @@ seat_focus_view(struct kiwmi_seat *seat, struct kiwmi_view *view) { if (!view) { seat_focus_surface(seat, NULL); + seat->focused_view = NULL; return; }