all repos — openbox @ 31fac363fb8a1c62f38b943a7623f3e4afc7a7cd

openbox fork - make it a bit more like ryudo

kill the debug prints for now
Dana Jansens danakj@orodu.net
commit

31fac363fb8a1c62f38b943a7623f3e4afc7a7cd

parent

142c14fcc89ae2c056d7aed8b662754b245e97e3

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

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

@@ -338,7 +338,7 @@ if (e->xcrossing.mode == NotifyGrab ||

e->xcrossing.detail == NotifyInferior || (e->xcrossing.mode == NotifyUngrab && e->xcrossing.detail == NotifyVirtual)) { -#ifndef DEBUG_FOCUS +#ifdef DEBUG_FOCUS g_message("%sNotify mode %d detail %d on %lx IGNORED", (e->type == EnterNotify ? "Enter" : "Leave"), e->xcrossing.mode,

@@ -346,7 +346,7 @@ e->xcrossing.detail, client?client->window:0);

#endif return TRUE; } -#ifndef DEBUG_FOCUS +#ifdef DEBUG_FOCUS g_message("%sNotify mode %d detail %d on %lx", (e->type == EnterNotify ? "Enter" : "Leave"), e->xcrossing.mode,