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