ChangeSet ID: 8019 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/02 15:16:48
Modified files: dlls/dsound : propset.c mixer.c dsound_private.h dsound_main.c capture.c buffer.c
Log message: Robert Reif reif@earthlink.net Reversed relationship between buffers and notifies. Fixed notify reuse bug. Minor documentation and error message cleanup.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8019
Old revision New revision Changes Path 1.5 1.6 +2 -0 wine/dlls/dsound/propset.c 1.12 1.13 +3 -3 wine/dlls/dsound/mixer.c 1.5 1.6 +7 -6 wine/dlls/dsound/dsound_private.h 1.79 1.80 +36 -4 wine/dlls/dsound/dsound_main.c 1.10 1.11 +87 -33 wine/dlls/dsound/capture.c 1.8 1.9 +59 -44 wine/dlls/dsound/buffer.c