diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-29 00:46:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-29 00:46:19 +0000 |
| commit | a8a5b519b0304d36f413fe2808acb82f19539b06 (patch) | |
| tree | c4ce990cf230d64520bb6bf4595700de440e1f57 | |
| parent | 01a76071dfa3b6cd862197da71ae1e7a93a3f597 (diff) | |
rm debug print
| -rw-r--r-- | otk/eventdispatcher.cc | 6 |
1 files 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 |
