ChangeSet ID: 10500 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/12/30 16:08:17
Modified files: include : wingdi.h dlls/commdlg : fontdlg16.c fontdlg.c cdlg_xx.rc cdlg.h Makefile.in .cvsignore
Log message: Rein Klazes rklazes@xs4all.nl - Add a bitmap resource with the font icons: TrueType, printer, OpenType and Type 1. Modify the code so that they will be used if or when the needed bits are passed to the FontEnumProc. - Use EnumFontFamiliesEx instead of EnumFontFamilies. - Fix the fixme in the WM_MEASUREITEM message handler.
Patch: http://cvs.winehq.com/patch.py?id=10500
Old revision New revision Changes Path 1.98 1.99 +8 -0 wine/include/wingdi.h 1.9 1.10 +15 -11 wine/dlls/commdlg/fontdlg16.c 1.67 1.68 +62 -39 wine/dlls/commdlg/fontdlg.c 1.17 1.18 +52 -0 wine/dlls/commdlg/cdlg_xx.rc 1.30 1.31 +4 -3 wine/dlls/commdlg/cdlg.h 1.36 1.37 +2 -1 wine/dlls/commdlg/Makefile.in 1.12 1.13 +1 -0 wine/dlls/commdlg/.cvsignore