wine/dlls/dsound sound3d.c propset.c primary.c ...

Alexandre Julliard julliard at wine.codeweavers.com
Wed May 21 22:39:13 CDT 2003


ChangeSet ID:	8341
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/05/21 22:39:13

Modified files:
	dlls/dsound    : sound3d.c propset.c primary.c mixer.c 
	                 dsound_main.c capture.c buffer.c 

Log message:
	Robert Reif <reif at earthlink.net>
	- make parameter checking and error notification consistent
	- propagate driver and local function errors where needed
	- fix error returns where pointer is given for returned data
	- add 3d listener to primary buffer when needed
	- copy 3d part of buffer when duplicated
	- fix bug when primary buffer is reopened with smaller buffer
	- loosen requirements on caps data size check
	- set caps for emulated mode based on actual driver caps

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8341

Old revision  New revision  Changes     Path
 1.18          1.19          +20 -3      wine/dlls/dsound/sound3d.c
 1.6           1.7           +2 -0       wine/dlls/dsound/propset.c
 1.11          1.12          +182 -50    wine/dlls/dsound/primary.c
 1.14          1.15          +18 -11     wine/dlls/dsound/mixer.c
 1.82          1.83          +228 -75    wine/dlls/dsound/dsound_main.c
 1.11          1.12          +178 -49    wine/dlls/dsound/capture.c
 1.9           1.10          +171 -71    wine/dlls/dsound/buffer.c




More information about the wine-cvs mailing list