put it back
This commit is contained in:
parent
e38b27fcce
commit
3d0ba381db
1 changed files with 1 additions and 1 deletions
|
@ -1984,7 +1984,7 @@ gboolean client_focus(Client *self)
|
||||||
void client_unfocus(Client *self)
|
void client_unfocus(Client *self)
|
||||||
{
|
{
|
||||||
g_assert(focus_client == self);
|
g_assert(focus_client == self);
|
||||||
focus_set_client(NULL);
|
focus_fallbacK(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
gboolean client_focused(Client *self)
|
gboolean client_focused(Client *self)
|
||||||
|
|
Loading…
Reference in a new issue