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)
commit655f670ce3b47001ee891a67585147dae5152278 (patch)
treecdcb50a2e9ee9f644304c2374d38c5ddce30be5a /ChangeLog
parent513424e33453fbcd237097e5880e063547c3ce1e (diff)
downloadtk-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--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]