all repos — openbox @ 6d666b0aa570cd6bc3a42edd99dda0e331fb414d

openbox fork - make it a bit more like ryudo

add a debug message
Dana Jansens danakj@orodu.net
commit

6d666b0aa570cd6bc3a42edd99dda0e331fb414d

parent

f37382b66d89f9ecc7bdbe9be3dd6122d56790a8

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

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

@@ -473,6 +473,7 @@ ob_debug_type(OB_DEBUG_FOCUS, "Focus went to a black hole !\n");

/* nothing is focused */ focus_set_client(NULL); } else if (ce.xany.window == e->xany.window) { + ob_debug_type(OB_DEBUG_FOCUS, "Focus didn't go anywhere\n"); /* If focus didn't actually move anywhere, there is nothing to do*/ nomove = TRUE; } else if (ce.xfocus.detail == NotifyPointerRoot ||