diff options
author | hobbs <hobbs@noemail.net> | 2003-10-29 01:38:53 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2003-10-29 01:38:53 (GMT) |
commit | 9ffedc38d6b5604ccb18bc27e3d5c3edd7f4f8cd (patch) | |
tree | b19256e671e2084be260f7bb5c68da4048b7f125 | |
parent | 03e5cceb53f38c8c1facd6030b05cb67d916abb1 (diff) | |
download | tk-9ffedc38d6b5604ccb18bc27e3d5c3edd7f4f8cd.zip tk-9ffedc38d6b5604ccb18bc27e3d5c3edd7f4f8cd.tar.gz tk-9ffedc38d6b5604ccb18bc27e3d5c3edd7f4f8cd.tar.bz2 |
added extra change note
FossilOrigin-Name: 0e93eabfce68e7ce5ac4fcf88d2b4c147ab126d1
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-10-28 Jeff Hobbs <jeffh@ActiveState.com> + * unix/tkUnixFont.c (GetFontAttributes): place extra check for NULL + family against bad X servers. + * win/tkWinImage.c (XGetImageZPixmap): add separate 16bpp XGetImage code to correctly handle 16bpp requests. This appears to never have worked correctly. |