rm debug print

This commit is contained in:
Dana Jansens 2003-01-29 00:46:19 +00:00
parent 01a76071df
commit a8a5b519b0

View 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