diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-14 07:21:54 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-14 07:21:54 +0000 |
| commit | e6c9efa71d7f22d866264997a165fdbfd50b6252 (patch) | |
| tree | 2410357119ca9b252c0d1e98cde28d4040fa9455 | |
| parent | 3643d53005fdcfc99db0652ff209c01106ea2cf0 (diff) | |
unhilite windows correctly, forget how to break it without this :) what can i say? im high!
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
