From e6c9efa71d7f22d866264997a165fdbfd50b6252 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 14 Oct 2003 07:21:54 +0000 Subject: [PATCH] unhilite windows correctly, forget how to break it without this :) what can i say? im high! --- openbox/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2