ChangeSet ID: 8931
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/06 21:56:55
Modified files:
programs/winedbg: stabs.c hash.c
Log message:
Richard Cohen <richard.cohen(a)virgin.net>
Use the ELF sections for the addresses of globals, as the STABS are
likely to be wrong.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8931
Old revision New revision Changes Path
1.8 1.9 +3 -2 wine/programs/winedbg/stabs.c
1.9 1.10 +3 -1 wine/programs/winedbg/hash.c
ChangeSet ID: 8923
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/06 17:05:11
Modified files:
dlls/comctl32 : trackbar.c
Log message:
Duane Clark <dclark(a)akamail.com>
Oops, back to hard coding initial thumb size until we figure out how
it really should work.
Fix the channel size/selection range for the TBS_ENABLESELRANGE
style.
One pixel tweaks in several spots.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8923
Old revision New revision Changes Path
1.51 1.52 +35 -28 wine/dlls/comctl32/trackbar.c