diff options
author | hobbs <hobbs> | 2003-11-11 00:26:33 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-11-11 00:26:33 (GMT) |
commit | 655f670ce3b47001ee891a67585147dae5152278 (patch) | |
tree | cdcb50a2e9ee9f644304c2374d38c5ddce30be5a /ChangeLog | |
parent | 513424e33453fbcd237097e5880e063547c3ce1e (diff) | |
download | tk-655f670ce3b47001ee891a67585147dae5152278.zip tk-655f670ce3b47001ee891a67585147dae5152278.tar.gz tk-655f670ce3b47001ee891a67585147dae5152278.tar.bz2 |
* win/tkWinDraw.c (XFillRectangles): correctly handle the
XGCValues.function parameter when filling rectangles.
[Bug #820278] [Patch #820282]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2003-11-10 Jeff Hobbs <jeffh@ActiveState.com> + * win/tkWinDraw.c (XFillRectangles): correctly handle the + XGCValues.function parameter when filling rectangles. + [Bug #820278] [Patch #820282] + * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alpha blending for images with partial transparency. Only operates for 15bpp+ display, and not on Mac at all. [Bug 809157] |