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:
bba37f0
)
fix a comment
author
Dana Jansens
<danakj@orodu.net>
Thu, 17 May 2007 23:21:09 +0000
(23:21 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 17 May 2007 23:21:09 +0000
(23:21 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 0250bfc8174d348d24a5c8a895a5c6bc00c49d5b..fd70c972611e1ef06e95629f50ca0a06c475ce3b 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-1727,7
+1727,7
@@
static Bool event_look_for_enters(Display *d, XEvent *e, XPointer arg)
if (win && WINDOW_IS_CLIENT(win))
++(*count);
}
- return False; /* don't disrupt the
focus
order, just count them */
+ return False; /* don't disrupt the
queue
order, just count them */
}
void event_ignore_queued_enters()