ChangeSet ID: 982095528744138609152287
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/13 15:18:48
Modified files:
dlls/wineps : afm.c
Log message:
Peter H. Ganten <peter(a)ganten.org>
- only parse AFM-files, which start with "BeginFontMetrics"
- use fgetc instead of fgets to cope with AFM-Files with
Macintosh-Style line-breaks ('\r') in the parser.
Patch: http://cvs.winehq.com/patch.py?id=982095528744138609152287
Revision Changes Path
1.6 +25 -4 wine/dlls/wineps/afm.c
ChangeSet ID: 982028895959452441893518
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/12 20:48:15
Modified files:
windows : cursoricon.c
Log message:
François Gouget <fgouget(a)codeweavers.com>
CreateIcon must perform color depth conversion if the provided bitmap
is not of the same depth as the screen.
Added some documentation.
Patch: http://cvs.winehq.com/patch.py?id=982028895959452441893518
Revision Changes Path
1.28 +87 -13 wine/windows/cursoricon.c