ChangeSet ID: 16706
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/18 04:30:13
Modified files:
dlls/comctl32 : animate.c
Log message:
Revert changes to the painting code, the WM_CTLCOLORSTATIC message
should not be sent from the animation thread.
Patch: http://cvs.winehq.org/patch.py?id=16706
Old revision New revision Changes Path
1.63 1.64 +44 -27 wine/dlls/comctl32/animate.c
ChangeSet ID: 16705
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/18 04:26:05
Modified files:
dlls/winmm/winealsa: audio.c
Log message:
Robert Reif <reif(a)earthlink.net>
Add support for more than one sound card.
Fix wave out support when no volume control is present.
Use proper structure for wave in device caps.
Patch: http://cvs.winehq.org/patch.py?id=16705
Old revision New revision Changes Path
1.65 1.66 +201 -169 wine/dlls/winmm/winealsa/audio.c