]> Dogcows Code - chaz/openbox/commitdiff
ifdef DEBUG_FOCUS focus output
authorDana Jansens <danakj@orodu.net>
Tue, 16 Sep 2003 06:52:23 +0000 (06:52 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 16 Sep 2003 06:52:23 +0000 (06:52 +0000)
openbox/event.c

index 483050fa9b49498a4ee57f0e44ddcb084f095e61..e566f01f0c74d348936c70a99ffcd8fc5be6bcea 100644 (file)
@@ -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;
                         }
This page took 0.024811 seconds and 4 git commands to generate.