make unfocus really unfocus everything

This commit is contained in:
Dana Jansens 2003-04-05 21:36:37 +00:00
parent 36072a3e96
commit e38b27fcce

View file

@ -1984,7 +1984,7 @@ gboolean client_focus(Client *self)
void client_unfocus(Client *self)
{
g_assert(focus_client == self);
focus_fallback(FALSE);
focus_set_client(NULL);
}
gboolean client_focused(Client *self)