ChangeSet ID: 21177
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/11/08 13:58:37
Modified files:
dlls/user/tests: sysparams.c
dlls/user : sysparams.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
Re-enable SPI_{GET,SET}BORDER tests and fix the bugs that caused them
to be disabled.
Add tests that show that the border value manipulated by
SPI_{GET,SET}BORDER is completely the same as with
SPI_{GET,SET}NONCLIENTMETRICS.
Fix a few signed/unsigned warnings in unrelated tests from the same
source file.
Made the tests pass on wine.
Patch: http://cvs.winehq.org/patch.py?id=21177
Old revision New revision Changes Path
1.41 1.42 +85 -28 wine/dlls/user/tests/sysparams.c
1.39 1.40 +16 -5 wine/dlls/user/sysparams.c