summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-11-11 00:26:33 (GMT)
committerhobbs <hobbs>2003-11-11 00:26:33 (GMT)
commit1a825a827b319c5449d9c3adbd30766238d2727a (patch)
treecdcb50a2e9ee9f644304c2374d38c5ddce30be5a /ChangeLog
parentffdad8d85818234b95b62f6c512b5144f74e5ec4 (diff)
downloadtk-1a825a827b319c5449d9c3adbd30766238d2727a.zip
tk-1a825a827b319c5449d9c3adbd30766238d2727a.tar.gz
tk-1a825a827b319c5449d9c3adbd30766238d2727a.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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f00e76d..43a622c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]