projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3643d53
)
unhilite windows correctly, forget how to break it without this :) what can i say...
author
Dana Jansens
<danakj@orodu.net>
Tue, 14 Oct 2003 07:21:54 +0000
(07:21 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 14 Oct 2003 07:21:54 +0000
(07:21 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 5c9dc4073238153022cddf870f92f9c323a10fde..1d19a284598be92ab4ccdf097a4a1cef6eebcca4 100644
(file)
--- 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;