ChangeSet ID: 6625
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/13 14:27:36
Modified files:
dlls/dsound/tests: dsound.c Makefile.in
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Extend the test by creating a PrimaryBuffer object and perform a few
basic tests such as querying its characteristics and changing its
format.
Changing the format requires that we call SetcooperativeLevel first,
which means we need an hwnd. So the test must now link with
user32.dll.
Patch: http://cvs.winehq.com/patch.py?id=6625
Old revision New revision Changes Path
1.1 1.2 +103 -17 wine/dlls/dsound/tests/dsound.c
1.1 1.2 +1 -1 wine/dlls/dsound/tests/Makefile.in
ChangeSet ID: 6623
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/13 14:25:59
Modified files:
dlls/d3d8 : device.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Thanks to Lucho, text support in samples now starts to
appear. Textures now saved in state blocks, and correct FVF's used for
drawing.
Patch: http://cvs.winehq.com/patch.py?id=6623
Old revision New revision Changes Path
1.12 1.13 +18 -7 wine/dlls/d3d8/device.c