all repos — openbox @ e6c9efa71d7f22d866264997a165fdbfd50b6252

openbox fork - make it a bit more like ryudo

unhilite windows correctly, forget how to break it without this :) what can i say? im high!
Dana Jansens danakj@orodu.net
commit

e6c9efa71d7f22d866264997a165fdbfd50b6252

parent

3643d53005fdcfc99db0652ff209c01106ea2cf0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -618,7 +618,7 @@ ob_debug("FocusOut on client for %lx (client %lx) mode %d detail %d\n",

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;