unhilite windows correctly, forget how to break it without this :) what can i say? im high!
This commit is contained in:
parent
3643d53005
commit
e6c9efa71d
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
|
||||||
e->xfocus.window, client->window,
|
e->xfocus.window, client->window,
|
||||||
e->xfocus.mode, e->xfocus.detail);
|
e->xfocus.mode, e->xfocus.detail);
|
||||||
#endif
|
#endif
|
||||||
if (focus_hilite == client)
|
if (focus_hilite == client || focus_client == client)
|
||||||
focus_out = client;
|
focus_out = client;
|
||||||
if (focus_in == client)
|
if (focus_in == client)
|
||||||
focus_in = NULL;
|
focus_in = NULL;
|
||||||
|
|
Loading…
Reference in a new issue