diff options
author | nijtmans <nijtmans> | 2008-11-19 00:37:35 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-19 00:37:35 (GMT) |
commit | 8d02f3eefb3c880f59c76afb60f1e0fd64c77d0f (patch) | |
tree | 36b02c8bfa575ab7256c4fe4b6bf34b3194c8490 /ChangeLog | |
parent | af6b3cd3e4c83b73e3c84cfd656bffd05523d141 (diff) | |
download | tk-8d02f3eefb3c880f59c76afb60f1e0fd64c77d0f.zip tk-8d02f3eefb3c880f59c76afb60f1e0fd64c77d0f.tar.gz tk-8d02f3eefb3c880f59c76afb60f1e0fd64c77d0f.tar.bz2 |
Relax the constraint that every Tk_ImageType
can only be passed to Tk_CreateImageType once.
This allows tkImg to be loaded in multiple
interpreters in a thread-enabled build of Tk.
[Bug 2312027]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-11-19 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tkImage.c Relax the constraint that every Tk_ImageType + * generic/tkImgPhoto.c can only be passed to this function once. + This allows tkImg to be loaded in multiple + interpreters in a thread-enabled build of Tk. + [Bug 2312027] + 2008-11-15 Pat Thoyts <patthoyts@users.sourceforge.net> * generic/tk.h: The tip 125 implementation permits the |