ChangeSet ID: 8029
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/03 21:24:36
Modified files:
dlls/dsound : dsound_main.c
Log message:
Lionel Ulmer <lionel.ulmer(a)free.fr>
Give the right ids to the DirectSoundCreate8 function (thanks to
Robert Reif).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8029
Old revision New revision Changes Path
1.81 1.82 +2 -5 wine/dlls/dsound/dsound_main.c
ChangeSet ID: 8017
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/02 15:15:36
Modified files:
dlls/comctl32 : treeview.c
Log message:
Adam Gundy <arg(a)cyberscience.com>
When items are inserted in a partially populated treeview, the first
visible item was not correctly updated.
The first visible item was sometimes used to calculate the location of
other items when it had been freed.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8017
Old revision New revision Changes Path
1.118 1.119 +18 -4 wine/dlls/comctl32/treeview.c