client: fix typo
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
cf16379778
commit
bf0329d8a3
2
client.c
2
client.c
|
@ -311,7 +311,7 @@ client_focus(client_t *c, bool sendmessage)
|
||||||
c->win, XCB_CURRENT_TIME);
|
c->win, XCB_CURRENT_TIME);
|
||||||
|
|
||||||
if(takefocus)
|
if(takefocus)
|
||||||
/* Input models: No Input, Globally Active */
|
/* Input models: Local Active, Globally Active */
|
||||||
window_takefocus(c->win);
|
window_takefocus(c->win);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue