ChangeSet ID: 5570
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/09/29 13:02:21
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
- Cache GWL_STYLE, to avoid fetching in virtually every function.
- Separate GetOrigin from GetAllMeasures as it is item independent,
and rename function to reflect the change.
- Small cleanups.
Patch: http://cvs.winehq.com/patch.py?id=5570
Old revision New revision Changes Path
1.154 1.155 +113 -106 wine/dlls/comctl32/listview.c
ChangeSet ID: 5569
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/09/29 13:01:33
Modified files:
dlls/dsound : dsound_main.c
Log message:
Ove Kaaven <ovek(a)transgaming.com>
Fix for soundcards that can't do 8-bit audio, only 16-bit (also
checked for soundcards that can't do stereo while I was at it).
Patch: http://cvs.winehq.com/patch.py?id=5569
Old revision New revision Changes Path
1.65 1.66 +16 -4 wine/dlls/dsound/dsound_main.c