rm debug print
authorDana Jansens <danakj@orodu.net>
Wed, 29 Jan 2003 00:46:19 +0000 (00:46 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 29 Jan 2003 00:46:19 +0000 (00:46 +0000)
otk/eventdispatcher.cc

index ce7492f..d4a565b 100644 (file)
@@ -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