all repos — openbox @ 4d0697132240949ba1e40a14d7a7b10fb2b6f3b3

openbox fork - make it a bit more like ryudo

ifdef not ifndef
Dana Jansens danakj@orodu.net
commit

4d0697132240949ba1e40a14d7a7b10fb2b6f3b3

parent

580795fe6a4b5d070f01065b309f1789cf0d0dbb

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -2099,7 +2099,7 @@

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);