ChangeSet ID: 6943
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 17:08:05
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
In OSS_RawOpenDevice, always retrieve the device format and store it
in the OSS_DEVICE structure.
Modify our internal functions so that they can be told to still open
the device even if the device format is not an exact match.
In wodOpen return the actual device format if the WAVE_DIRECTSOUND
flag is set.
Fixes DirectSound on i810 soundcards (i.e. cards supporting only
48000x16x2).
Patch: http://cvs.winehq.com/patch.py?id=6943
Old revision New revision Changes Path
1.69 1.70 +44 -24 wine/dlls/winmm/wineoss/audio.c
ChangeSet ID: 6941
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 13:47:19
Modified files:
tools : winegcc.c Makefile.in
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Teach winegcc to produce executables directly from a bunch of source files.
Create a wineg++ akin to g++. Drop support for the abused -xc++ switched.
Patch: http://cvs.winehq.com/patch.py?id=6941
Old revision New revision Changes Path
1.7 1.8 +123 -13 wine/tools/winegcc.c
1.30 1.31 +2 -1 wine/tools/Makefile.in
ChangeSet ID: 6940
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 13:46:31
Modified files:
windows : win.c
Log message:
Duane Clark <dclark(a)akamail.com>
A window with a WS_EX_APPWINDOW extended style can also get a menu.
Patch: http://cvs.winehq.com/patch.py?id=6940
Old revision New revision Changes Path
1.212 1.213 +2 -1 wine/windows/win.c
ChangeSet ID: 6938
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 13:44:00
Modified files:
programs/wineboot: wineboot.c
Log message:
Shachar Shemesh <wine-patches(a)sun.consumer.org.il>
- Cleaned up the code (saving on chaining strings) by CDing to the
system root directory before doing anything else.
- Will now rename wininit.ini to wininit.bak instead of erasing it as
before.
Patch: http://cvs.winehq.com/patch.py?id=6938
Old revision New revision Changes Path
1.1 1.2 +36 -27 wine/programs/wineboot/wineboot.c
ChangeSet ID: 6937
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/07 13:43:18
Modified files:
dlls/dsound : dsound_main.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Always open the device in the default 22050x8x2 format, and let it
report the actual device format to us.
Patch: http://cvs.winehq.com/patch.py?id=6937
Old revision New revision Changes Path
1.68 1.69 +10 -21 wine/dlls/dsound/dsound_main.c