ChangeSet ID: 8899
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/08/01 19:44:00
Modified files:
dlls/comctl32 : trackbar.c
Log message:
Duane Clark <dclark(a)akamail.com>
The initial size of the thumb depends on SM_CYCAPTION.
Correctly draw the thumb as in Windows.
The channel/thumb position also depends on TBS_NOTICKS.
The first and last tic marks should be inset from the channel length
by half the thumb width.
When TBS_BOTH style set, make sure to draw both sets of tics.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8899
Old revision New revision Changes Path
1.49 1.50 +80 -59 wine/dlls/comctl32/trackbar.c
ChangeSet ID: 8892
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/07/29 22:45:46
Modified files:
dlls/cabinet : fdi.c cabinet.h
Log message:
Gregory M. Turner <gmturner007(a)ameritech.net>
- ERR("WARNING") just doesn't look right ;)
- treat zero file handle as invalid if the callback returns it
- provide the same args as Windows to the Open callback
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8892
Old revision New revision Changes Path
1.10 1.11 +18 -3 wine/dlls/cabinet/fdi.c
1.7 1.8 +4 -0 wine/dlls/cabinet/cabinet.h