ChangeSet ID: 6988
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/11 14:54:56
Modified files:
dlls/dsound : primary.c dsound_main.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
DSB.SetFormat:Trace the requested format as soon as possible in case
it is not supported and simplify validity check.
Initialize the buffer format, and only from the fields we checked.
DirectSoundCreate8 fully initializes the buffer format (just in case).
Patch: http://cvs.winehq.com/patch.py?id=6988
Old revision New revision Changes Path
1.4 1.5 +17 -13 wine/dlls/dsound/primary.c
1.69 1.70 +1 -0 wine/dlls/dsound/dsound_main.c