This commit is contained in:
Dana Jansens 2003-04-05 21:49:55 +00:00
parent 3d0ba381db
commit 3778846122

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_fallback(FALSE);
}
gboolean client_focused(Client *self)