put it back

This commit is contained in:
Dana Jansens 2003-04-05 21:40:47 +00:00
parent e38b27fcce
commit 3d0ba381db

View file

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