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:
ae269d7
)
but don't count the same enter events more than once still
author
Dana Jansens
<danakj@orodu.net>
Thu, 17 May 2007 23:21:52 +0000
(23:21 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 17 May 2007 23:21:52 +0000
(23:21 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index fd70c972611e1ef06e95629f50ca0a06c475ce3b..99fa9551fbf9a23a3b472855fd608e47c824ed39 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-1737,6
+1737,7
@@
void event_ignore_queued_enters()
XSync(ob_display, FALSE);
/* count the events without disrupting them */
+ ignore_enter_focus = 0;
XCheckIfEvent(ob_display, &e, event_look_for_enters,
(XPointer)&ignore_enter_focus);