all repos — openbox @ 3b4d453f908437cc0228eed9fbf742dbcc06630b

openbox fork - make it a bit more like ryudo

rm old debug printfs
Dana Jansens danakj@orodu.net
commit

3b4d453f908437cc0228eed9fbf742dbcc06630b

parent

9656d1e276645ec20fb660f785316adb71d211db

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

jump to
M otk/eventdispatcher.ccotk/eventdispatcher.cc

@@ -98,9 +98,7 @@ XEvent fi;

// send a FocusIn first if one exists while (XCheckTypedEvent(OBDisplay::display, FocusIn, &fi)) { // any other types are not ones we're interested in - printf("found focusin\n"); if (fi.xfocus.detail == NotifyNonlinear) { - printf("sending focusin\n"); dispatch(fi.xfocus.window, fi); break; }