ChangeSet ID: 13494
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/25 12:35:06
Modified files:
dlls/user/tests: msg.c
Log message:
Allow enabling or disabling todo_wine for each message sequence so
that we can properly test the sequences that are already correct.
Patch: http://cvs.winehq.org/patch.py?id=13494
Old revision New revision Changes Path
1.29 1.30 +85 -69 wine/dlls/user/tests/msg.c
ChangeSet ID: 13490
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/25 12:31:17
Modified files:
dlls/gdi : gdiobj.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Make the DEFAULT_GUI_FONT scalable with screen resolution and let it
be 8pt MS Shell Dlg for simple scripts.
Patch: http://cvs.winehq.org/patch.py?id=13490
Old revision New revision Changes Path
1.1 1.2 +59 -26 wine/dlls/gdi/gdiobj.c