projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
184e57c
)
only print that when debuggin focus
author
Dana Jansens
<danakj@orodu.net>
Sun, 13 Apr 2003 21:19:43 +0000
(21:19 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 13 Apr 2003 21:19:43 +0000
(21:19 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index f4dd727b9dc33490d660d29f8b928b70ce349b23..7b7872b37d7a0f8ea5b51093565f92ee6be18901 100644
(file)
--- 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);
}