make unfocus really unfocus everything
This commit is contained in:
parent
36072a3e96
commit
e38b27fcce
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue