summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-13 21:19:43 +0000
committerDana Jansens <danakj@orodu.net>2003-04-13 21:19:43 +0000
commit00042637e8b8bef92456d96547230ec710cf6a7b (patch)
treeabbcfcf99b86ce8abf8b133431c6db6739d4db6c /openbox/client.c
parent184e57c7e329acb6e06cee3f1220baf011be1d8e (diff)
only print that when debuggin focus
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
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);
}