ChangeSet ID: 7041
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/14 18:44:50
Modified files:
dlls/winmm/wineoss: audio.c
dlls/dsound : primary.c dsound_main.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Initialize the pwave array whenever we don't have a hardware buffer.
Always create the wineoss thread.
Change the mmap ERR into a TRACE: there are normal circumstances where
mmap will fail and we can deal with them.
Patch: http://cvs.winehq.com/patch.py?id=7041
Old revision New revision Changes Path
1.71 1.72 +5 -10 wine/dlls/winmm/wineoss/audio.c
1.5 1.6 +20 -0 wine/dlls/dsound/primary.c
1.70 1.71 +0 -21 wine/dlls/dsound/dsound_main.c
ChangeSet ID: 7038
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/14 17:41:01
Modified files:
windows : nonclient.c
controls : scroll.c
Log message:
Alberto Massari <alby(a)exln.com>
Handle the WS_EX_LEFTSCROLLBAR style (that is, draw the vertical
scrollbar on the left side of the control).
Patch: http://cvs.winehq.com/patch.py?id=7038
Old revision New revision Changes Path
1.108 1.109 +29 -9 wine/windows/nonclient.c
1.61 1.62 +4 -1 wine/controls/scroll.c
ChangeSet ID: 7035
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/14 16:53:50
Modified files:
dlls/d3d8 : device.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Copyrect should flag destination texture as dirty, to force it to be
reloaded.
Patch: http://cvs.winehq.com/patch.py?id=7035
Old revision New revision Changes Path
1.25 1.26 +35 -3 wine/dlls/d3d8/device.c