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; }