From 4d0697132240949ba1e40a14d7a7b10fb2b6f3b3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 Apr 2003 23:43:18 +0000 Subject: [PATCH] ifdef not ifndef --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2