From: Dana Jansens Date: Sun, 13 Apr 2003 23:43:18 +0000 (+0000) Subject: ifdef not ifndef X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=4d0697132240949ba1e40a14d7a7b10fb2b6f3b3;p=chaz%2Fopenbox ifdef not ifndef --- diff --git a/openbox/client.c b/openbox/client.c index 4b65b0d0..3244b507 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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);