ChangeSet ID: 16959
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/31 13:07:08
Modified files:
dlls/user/tests: win.c msg.c
dlls/kernel/tests: file.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
Fix some incorrect uses of the ok macro where the result depends on
the evaluation order of its arguments.
Patch: http://cvs.winehq.org/patch.py?id=16959
Old revision New revision Changes Path
1.54 1.55 +3 -1 wine/dlls/user/tests/win.c
1.82 1.83 +20 -8 wine/dlls/user/tests/msg.c
1.51 1.52 +6 -3 wine/dlls/kernel/tests/file.c
ChangeSet ID: 16954
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/31 09:30:25
Modified files:
windows : scroll.c
dlls/user/tests: win.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
If ScrollWindowEx do not use the DCX_USESTYLE to get a DC. Instead
calculate DCX_CLIPSIBLINGS, DCX_PARENTCLIP and DCX_CLIPCHILDREN. The
DCX_CLIPCHILDREN is not used when ScrollWindowEx is called with a
SW_SCROLLCHILDREN flag. With a couple of regression tests.
Patch: http://cvs.winehq.org/patch.py?id=16954
Old revision New revision Changes Path
1.48 1.49 +8 -1 wine/windows/scroll.c
1.53 1.54 +66 -7 wine/dlls/user/tests/win.c