ChangeSet ID: 16225
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/21 14:40:44
Modified files:
dlls/user/tests: sysparams.c
dlls/user : sysparams.c
Log message:
Justin Chevrier <jchevrier(a)nexicom.net>
- Implement SPI_{GET,SET}POWEROFFACTIVE and SPI_SETLOWPOWERACTIVE.
- Corrected SPI_GETLOWPOWERACTIVE to use an index (instead of its SPI
value) to avoid an out of bounds condition.
- Created unit tests for SPI_{GET,SET}POWEROFFACTIVE and
SPI_{GET,SET)SETLOWPOWERACTIVE.
Patch: http://cvs.winehq.org/patch.py?id=16225
Old revision New revision Changes Path
1.28 1.29 +82 -0 wine/dlls/user/tests/sysparams.c
1.10 1.11 +72 -12 wine/dlls/user/sysparams.c
ChangeSet ID: 16221
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/21 14:38:31
Modified files:
dlls/comctl32 : listview.c
Log message:
Maxime Bellengé <maxime.bellenge(a)laposte.net>
Take into account the new size of a column when the header size
change.
Patch: http://cvs.winehq.org/patch.py?id=16221
Old revision New revision Changes Path
1.403 1.404 +1 -0 wine/dlls/comctl32/listview.c