]> Dogcows Code - chaz/openbox/commitdiff
kill the debug prints for now
authorDana Jansens <danakj@orodu.net>
Fri, 18 Apr 2003 22:12:34 +0000 (22:12 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 18 Apr 2003 22:12:34 +0000 (22:12 +0000)
openbox/event.c

index 91aa5106985c583308e463342289f51e07aa09ac..a5bb295a31a2fb5a7bccc266289e2a951ee66ff3 100644 (file)
@@ -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,
This page took 0.028549 seconds and 4 git commands to generate.