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:
76943cd
)
FocusOut's are NOT ignored. thats bullshit. fixing comment.
author
Dana Jansens
<danakj@orodu.net>
Fri, 28 Mar 2003 11:14:20 +0000
(11:14 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 28 Mar 2003 11:14:20 +0000
(11:14 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index fc8b6fff175bd5a973ff5decffd2dc3d805ff6bc..ad14f5c82bc7a401a7121af5b65e769f8eff2f90 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-254,8
+254,8
@@
void event_process(XEvent *e)
e->xfocus.detail > NotifyNonlinearVirtual) return;
g_message("FocusOut on %lx", window);
- /*
FocusOut events just make us look for FocusIn events. They
-
are mostly ignored otherwise
. */
+ /*
Try process a FocusIn first, and if a legit one isn't found, then
+
do the fallback shiznit
. */
{
XEvent fi;
if (XCheckTypedEvent(ob_display, FocusIn, &fi)) {