diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-13 21:19:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-13 21:19:43 +0000 |
| commit | 00042637e8b8bef92456d96547230ec710cf6a7b (patch) | |
| tree | abbcfcf99b86ce8abf8b133431c6db6739d4db6c /openbox | |
| parent | 184e57c7e329acb6e06cee3f1220baf011be1d8e (diff) | |
only print that when debuggin focus
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); } |
