]> Dogcows Code - chaz/openbox/commitdiff
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 ce7492ff810c6ed719fd46b0fb0de3e78ceb9552..d4a565bb874a4c3d3f59fa4b91e9e0b09a8a9c8c 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
This page took 0.024219 seconds and 4 git commands to generate.