Fix small bug

This commit is contained in:
buffet 2021-08-09 19:20:11 +00:00
parent 25cf3d50c4
commit 7393f5abe5

View file

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