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:
bf9c87d
)
ifdef DEBUG_FOCUS focus output
author
Dana Jansens
<danakj@orodu.net>
Tue, 16 Sep 2003 06:52:23 +0000
(06:52 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 16 Sep 2003 06:52:23 +0000
(06:52 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 483050fa9b49498a4ee57f0e44ddcb084f095e61..e566f01f0c74d348936c70a99ffcd8fc5be6bcea 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-385,7
+385,9
@@
static gboolean event_ignore(XEvent *e, ObClient *client)
use it */
event_process(&fe, &d);
if (!d.ignored) {
+#ifdef DEBUG_FOCUS
ob_debug("FocusIn was OK, so don't fallback\n");
+#endif
fallback = FALSE;
break;
}