summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-09 22:41:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-09 22:41:52 (GMT)
commit06417a5bc8b38bc5b977583729e211b49107d727 (patch)
treea3c9e96e0beff9f5a6e9822510b654d0bb85d03b /ChangeLog
parenta29e078d5ae9a283ef7404ccbbc548aa10bf8247 (diff)
downloadtk-06417a5bc8b38bc5b977583729e211b49107d727.zip
tk-06417a5bc8b38bc5b977583729e211b49107d727.tar.gz
tk-06417a5bc8b38bc5b977583729e211b49107d727.tar.bz2
Apply [Bug 2911570]'s patch to make color value hashing work on 64-bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3d0178..5c6b496 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-12-09 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tkColor.c (Tk_GetColorByValue): [Bug 2911570]: Ensure that
+ hash keys of color values are zeroed first, so that they hash properly
+ on 64-bit systems (where X structures are not tightly packed).
+
* unix/tkUnixWm.c (TkpMakeMenuWindow): Improve the determining of what
* generic/tkMenu.c (ConfigureMenu): EWMH hint to use so that we
distinguish between dropdown menus (children of menubars) and what are