rm debug print
This commit is contained in:
parent
01a76071df
commit
a8a5b519b0
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue