From a8a5b519b0304d36f413fe2808acb82f19539b06 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 29 Jan 2003 00:46:19 +0000 Subject: [PATCH] rm debug print --- otk/eventdispatcher.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc index ce7492ff..d4a565bb 100644 --- a/otk/eventdispatcher.cc +++ b/otk/eventdispatcher.cc @@ -101,9 +101,9 @@ void EventDispatcher::dispatchEvents(void) 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 -- 2.39.2