ChangeSet ID: 9926
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/30 18:08:39
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Robert Shearman <R.J.Shearman(a)warwick.ac.uk>
- Use the style returned in custom draw structure to draw the button,
as apps may modify the style this way.
- Disabled buttons can become hot.
- Retrieve image list for drawing after getting image list ID (in
I_IMAGECALLBACK case).
Patch: http://cvs.winehq.com/patch.py?id=9926
Old revision New revision Changes Path
1.141 1.142 +95 -80 wine/dlls/comctl32/toolbar.c
ChangeSet ID: 9923
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/30 17:24:44
Modified files:
dlls/d3d8 : device.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
CopyRects (per rect) copied one too many lines, trashing the heap.
Also tidies up scissor test from previous patch.
Patch: http://cvs.winehq.com/patch.py?id=9923
Old revision New revision Changes Path
1.86 1.87 +4 -8 wine/dlls/d3d8/device.c