]> Dogcows Code - chaz/openbox/commitdiff
ifdef not ifndef
authorDana Jansens <danakj@orodu.net>
Sun, 13 Apr 2003 23:43:18 +0000 (23:43 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 13 Apr 2003 23:43:18 +0000 (23:43 +0000)
openbox/client.c

index 4b65b0d02a439b78f52fe509d43588c592823c04..3244b5072b8926715c071da593254fae5cb445d9 100644 (file)
@@ -2099,7 +2099,7 @@ gboolean client_focus(Client *self)
 void client_unfocus(Client *self)
 {
     g_assert(focus_client == self);
-#ifndef DEBUG_FOCUS
+#ifdef DEBUG_FOCUS
     g_message("client_unfocus");
 #endif
     focus_fallback(Fallback_Unfocusing);
This page took 0.02924 seconds and 4 git commands to generate.