all repos — openbox @ a8a5b519b0304d36f413fe2808acb82f19539b06

openbox fork - make it a bit more like ryudo

rm debug print
Dana Jansens danakj@orodu.net
commit

a8a5b519b0304d36f413fe2808acb82f19539b06

parent

01a76071dfa3b6cd862197da71ae1e7a93a3f597

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

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

@@ -101,9 +101,9 @@ }

void EventDispatcher::dispatchFocus(const XEvent &e) { - printf("focus %s detail %d -> 0x%lx\n", - (e.xfocus.type == FocusIn ? "IN" : "OUT"), - e.xfocus.detail, e.xfocus.window); +// printf("focus %s detail %d -> 0x%lx\n", +// (e.xfocus.type == FocusIn ? "IN" : "OUT"), +// e.xfocus.detail, e.xfocus.window); // ignore focus changes from grabs if (e.xfocus.mode != NotifyNormal) //|| e.xfocus.mode == NotifyUngrab || // From Metacity, from WindowMaker, ignore all funky pointer root events