ChangeSet ID: 982191399071023911703378 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/02/14 17:56:39
Modified files: dlls/wineps : font.c psdrv.h graphics/enhmetafiledrv: objects.c graphics/metafiledrv: objects.c graphics/win16drv: font.c graphics/x11drv: xfont.c include : font.h gdi.h win16drv.h x11drv.h objects : font.c gdiobj.c
Log message: Huw D M Davies hdavies@codeweavers.com Change FONTOBJ to use LOGFONTW rather than LOGFONT16. Updated parameters of DEVICEFONTENUMPROC.
Patch: http://cvs.winehq.com/patch.py?id=982191399071023911703378
Revision Changes Path 1.7 +40 -33 wine/dlls/wineps/font.c 1.6 +3 -4 wine/dlls/wineps/psdrv.h 1.11 +1 -1 wine/graphics/enhmetafiledrv/objects.c 1.16 +3 -1 wine/graphics/metafiledrv/objects.c 1.18 +42 -13 wine/graphics/win16drv/font.c 1.67 +66 -46 wine/graphics/x11drv/xfont.c 1.5 +13 -11 wine/include/font.h 1.41 +3 -2 wine/include/gdi.h 1.13 +3 -3 wine/include/win16drv.h 1.71 +2 -2 wine/include/x11drv.h 1.37 +324 -196 wine/objects/font.c 1.44 +29 -45 wine/objects/gdiobj.c