only print that when debuggin focus
This commit is contained in:
parent
184e57c7e3
commit
00042637e8
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue