ifdef not ifndef
This commit is contained in:
parent
580795fe6a
commit
4d06971322
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue