http://bugs.winehq.org/show_bug.cgi?id=13801
--- Comment #7 from max@veneto.com 2008-06-21 05:01:55 --- Patching this code (from Line 1946 of Font.c), commenting out the pExtTextOut() ; [code] if (PATH_IsPathOpen(dc->path)) ret = PATH_ExtTextOut(dc, x, y, (flags & ~ETO_OPAQUE), &rc, glyphs ? glyphs : reordered_str, count, deltas); else // ret = dc->funcs->pExtTextOut(dc->physDev, x, y, (flags & ~ETO_OPAQUE), &rc, // glyphs ? glyphs : reordered_str, count, deltas); ret = TRUE; }
done: [/code] Makes panning as fast as in 3d mode (obviously no text is displayed!). Anyways it doesn't interfere (nor solve) the other bug I pointed to in my previous post.
Max