From: Dana Jansens Date: Tue, 14 Oct 2003 07:21:54 +0000 (+0000) Subject: unhilite windows correctly, forget how to break it without this :) what can i say... X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=e6c9efa71d7f22d866264997a165fdbfd50b6252;p=chaz%2Fopenbox unhilite windows correctly, forget how to break it without this :) what can i say? im high! --- diff --git a/openbox/event.c b/openbox/event.c index 5c9dc407..1d19a284 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -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;