all repos — openbox @ 44c55524273b7af2251068f87a9717f98de8d0ff

openbox fork - make it a bit more like ryudo

kill debug prints
Dana Jansens danakj@orodu.net
commit

44c55524273b7af2251068f87a9717f98de8d0ff

parent

e238e4ac2d404b474100b71af88d0fc239d2386c

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

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

@@ -223,7 +223,6 @@ if (e->xfocus.mode == NotifyGrab ||

!(e->xfocus.detail == NotifyNonlinearVirtual || e->xfocus.detail == NotifyNonlinear)) return; - g_message("FOCUS IN %lx", window); break; case FocusOut: if (e->xfocus.mode == NotifyGrab ||

@@ -236,13 +235,10 @@ are mostly ignored otherwise. */

{ XEvent fi; if (XCheckTypedEvent(ob_display, FocusIn, &fi)) { - g_message("FOCUS OUT %lx IN %lx", e->xfocus.window, fi.xfocus.window); event_process(&fi); if (fi.xfocus.window == e->xfocus.window) return; - } else { - g_message("FOCUS OUT %lx IN 0x0", e->xfocus.window); } } break;