ChangeSet ID: 982110353699816111475229
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/13 19:25:53
Modified files:
windows : defwnd.c
Log message:
Susan Farley <susan(a)codeweavers.com>
Exception for allowing the parent to set the cursor for a child wnd is
when the cursor is on the border of a resizable wnd.
Patch: http://cvs.winehq.com/patch.py?id=982110353699816111475229
Revision Changes Path
1.50 +9 -3 wine/windows/defwnd.c
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