ChangeSet ID: 9847609950292900619097054 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/03/16 11:43:15
Modified files: dlls/ttydrv : graphics.c ttydrv.h dlls/wineps : font.c psdrv.h graphics/win16drv: font.c graphics/x11drv: xfont.c include : gdi.h win16drv.h x11drv.h objects : font.c
Log message: Huw D M Davies hdavies@codeweavers.com Moved GetTextMetrics to unicode.
Patch: http://cvs.winehq.com/patch.py?id=9847609950292900619097054
Revision Changes Path 1.5 +1 -1 wine/dlls/ttydrv/graphics.c 1.7 +1 -1 wine/dlls/ttydrv/ttydrv.h 1.8 +1 -1 wine/dlls/wineps/font.c 1.7 +8 -8 wine/dlls/wineps/psdrv.h 1.19 +2 -2 wine/graphics/win16drv/font.c 1.69 +4 -3 wine/graphics/x11drv/xfont.c 1.42 +1 -1 wine/include/gdi.h 1.14 +1 -1 wine/include/win16drv.h 1.72 +1 -1 wine/include/x11drv.h 1.39 +20 -20 wine/objects/font.c