diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-13 23:43:18 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-13 23:43:18 +0000 |
| commit | 4d0697132240949ba1e40a14d7a7b10fb2b6f3b3 (patch) | |
| tree | fc38412da5b1f0255ec72842cbbc71fb35df11e4 | |
| parent | 580795fe6a4b5d070f01065b309f1789cf0d0dbb (diff) | |
ifdef not ifndef
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
