ChangeSet ID: 5655
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/07 13:42:52
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Cleanup, and clarify the handling of the various rectangles.
Fix handling of large items in ICON mode.
Fix calculation of LVIR_SELECTBOUNDS.
Various cleanups, and simplifications.
Patch: http://cvs.winehq.com/patch.py?id=5655
Old revision New revision Changes Path
1.177 1.178 +50 -94 wine/dlls/comctl32/listview.c
ChangeSet ID: 5649
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/07 13:23:40
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
Added support for several soundcard.
Remove non full duplex mode in code.
OSS Commercial doesn't properly handle SNDCTL_DSP_RESET, so close/open
device to workaround this issue (by Ove Kaaven).
Patch: http://cvs.winehq.com/patch.py?id=5649
Old revision New revision Changes Path
1.61 1.62 +186 -168 wine/dlls/winmm/wineoss/audio.c