ChangeSet ID: 10754 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/18 17:35:13
Modified files: objects : font.c include : gdi.h dlls/x11drv : xfont.c x11drv.h dlls/wineps : builtin.c dlls/gdi : gdi_private.h freetype.c
Log message: Use the exported FONTENUMPROCW as parameter in the EnumDeviceFonts driver function instead of defining a private function type.
Patch: http://cvs.winehq.com/patch.py?id=10754
Old revision New revision Changes Path 1.112 1.113 +19 -13 wine/objects/font.c 1.91 1.92 +0 -2 wine/include/gdi.h 1.4 1.5 +3 -3 wine/dlls/x11drv/xfont.c 1.17 1.18 +1 -1 wine/dlls/x11drv/x11drv.h 1.4 1.5 +3 -3 wine/dlls/wineps/builtin.c 1.1 1.2 +2 -2 wine/dlls/gdi/gdi_private.h 1.51 1.52 +3 -4 wine/dlls/gdi/freetype.c