diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-02-27 11:34:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-02-27 11:34:49 (GMT) |
commit | 75400cec6d897b6e5c3ffc2f7745ece7395ca48a (patch) | |
tree | 7f11f3bfc0e37739657f7679783ef9d6c988e025 /ChangeLog | |
parent | eac8c8f015800262fd125ca163d63161dbb4eeb5 (diff) | |
download | tk-75400cec6d897b6e5c3ffc2f7745ece7395ca48a.zip tk-75400cec6d897b6e5c3ffc2f7745ece7395ca48a.tar.gz tk-75400cec6d897b6e5c3ffc2f7745ece7395ca48a.tar.bz2 |
Fix old thread-safety issue. [Bug 470322]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-02-27 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + * generic/tkBitmap.c (Tk_GetBitmapFromData): Improve thread-safety. + [Bug 470322] + * generic/tkImgBmap.c (ImgBmapConfigureInstance): Force creation of new Pixmaps before deletion of old ones to prevent stupid caching problems. [Bug 480862] |