unhilite windows correctly, forget how to break it without this :) what can i say? im high!

This commit is contained in:
Dana Jansens 2003-10-14 07:21:54 +00:00
parent 3643d53005
commit e6c9efa71d

View file

@ -618,7 +618,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
e->xfocus.window, client->window,
e->xfocus.mode, e->xfocus.detail);
#endif
if (focus_hilite == client)
if (focus_hilite == client || focus_client == client)
focus_out = client;
if (focus_in == client)
focus_in = NULL;