ChangeSet ID: 10807
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/20 20:18:51
Modified files:
windows : painting.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
In RDW_UpdateRgn(), if hRgn is zero, clear the windows update region
if it is an empty region.
Patch: http://cvs.winehq.com/patch.py?id=10807
Old revision New revision Changes Path
1.90 1.91 +16 -2 wine/windows/painting.c
ChangeSet ID: 10806
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/20 17:38:38
Modified files:
dlls/oleaut32/tests: vartype.c vartest.c
Log message:
Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Remove tests that are covered by vartype.c.
Call by pointer for more functions not available in early versions.
Add tests for VarFix/VarInt/VarNeg, VarFormat "on/off/yes/no".
Fix tests that assumed relative dates.
Make BSTR copy test separate.
Patch: http://cvs.winehq.com/patch.py?id=10806
Old revision New revision Changes Path
1.6 1.7 +96 -38 wine/dlls/oleaut32/tests/vartype.c
1.21 1.22 +387 -2643 wine/dlls/oleaut32/tests/vartest.c