Module: wine Branch: master Commit: f9047238134e1dbfd7eaedf81a6ee94788a4681d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=f9047238134e1dbfd7eaedf8...
Author: Dan Hipschman dsh@linux.ucla.edu Date: Tue Jul 11 17:58:35 2006 -0700
gdi32: Implement GetTextExtentPoint in terms of GetTextExtentExPoint (not vice versa) for efficiency (required adding the Ex functionality to drivers).
---
dlls/gdi/driver.c | 2 - dlls/gdi/enhmfdrv/init.c | 2 - dlls/gdi/font.c | 106 +++++++++++++++++++++---------------- dlls/gdi/freetype.c | 27 +++++++-- dlls/gdi/gdi_private.h | 4 + dlls/gdi/mfdrv/init.c | 2 - dlls/wineps.drv/builtin.c | 19 ++++++- dlls/wineps.drv/psdrv.h | 4 + dlls/wineps.drv/wineps.drv.spec | 2 - dlls/winex11.drv/codepage.c | 32 ++++++++++- dlls/winex11.drv/text.c | 18 +++++- dlls/winex11.drv/winex11.drv.spec | 2 - dlls/winex11.drv/x11font.h | 3 + 13 files changed, 149 insertions(+), 74 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=f9047238134e1dbfd7ea...