summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-18 22:12:34 +0000
committerDana Jansens <danakj@orodu.net>2003-04-18 22:12:34 +0000
commit31fac363fb8a1c62f38b943a7623f3e4afc7a7cd (patch)
tree8222715b3cef59809e8e481a84d3bdfcbef4f663 /openbox
parent142c14fcc89ae2c056d7aed8b662754b245e97e3 (diff)
kill the debug prints for now
Diffstat (limited to 'openbox')
-rw-r--r--openbox/event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 91aa5106..a5bb295a 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -338,7 +338,7 @@ static gboolean event_ignore(XEvent *e, Client *client)
e->xcrossing.detail == NotifyInferior ||
(e->xcrossing.mode == NotifyUngrab &&
e->xcrossing.detail == NotifyVirtual)) {
-#ifndef DEBUG_FOCUS
+#ifdef DEBUG_FOCUS
g_message("%sNotify mode %d detail %d on %lx IGNORED",
(e->type == EnterNotify ? "Enter" : "Leave"),
e->xcrossing.mode,
@@ -346,7 +346,7 @@ static gboolean event_ignore(XEvent *e, Client *client)
#endif
return TRUE;
}
-#ifndef DEBUG_FOCUS
+#ifdef DEBUG_FOCUS
g_message("%sNotify mode %d detail %d on %lx",
(e->type == EnterNotify ? "Enter" : "Leave"),
e->xcrossing.mode,