all repos — openbox @ e334f7b1990d30057048f554b300857fbaef2e3c

openbox fork - make it a bit more like ryudo

ifdef DEBUG_FOCUS focus output
Dana Jansens danakj@orodu.net
commit

e334f7b1990d30057048f554b300857fbaef2e3c

parent

bf9c87db480fde3b01dbfe66e10c76a6762d946c

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

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

@@ -385,7 +385,9 @@ there is a FocusIn still left and it is valid, then

use it */ event_process(&fe, &d); if (!d.ignored) { +#ifdef DEBUG_FOCUS ob_debug("FocusIn was OK, so don't fallback\n"); +#endif fallback = FALSE; break; }