From 00042637e8b8bef92456d96547230ec710cf6a7b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 Apr 2003 21:19:43 +0000 Subject: [PATCH] only print that when debuggin focus --- openbox/client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbox/client.c b/openbox/client.c index f4dd727b..7b7872b3 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2124,7 +2124,9 @@ gboolean client_focus(Client *self) void client_unfocus(Client *self) { g_assert(focus_client == self); +#ifndef DEBUG_FOCUS g_message("client_unfocus"); +#endif focus_fallback(Fallback_Unfocusing); } -- 2.39.2