diff options
author | jenglish <jenglish@flightlab.com> | 2008-01-27 16:44:11 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-01-27 16:44:11 (GMT) |
commit | 2ee3bde1cf15a39a891bf130c118f93222cd6583 (patch) | |
tree | 003bc250ac213171340d3db37f20f222c49e6d8f /ChangeLog | |
parent | e695ccdf159a6c9f54b216986d300e3f67b6d69e (diff) | |
download | tk-2ee3bde1cf15a39a891bf130c118f93222cd6583.zip tk-2ee3bde1cf15a39a891bf130c118f93222cd6583.tar.gz tk-2ee3bde1cf15a39a891bf130c118f93222cd6583.tar.bz2 |
Fix [Bug 835848].
Use FcTypeDouble for XFT_SIZE attribute.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-01-27 Joe English <jenglish@users.sourceforge.net> + + * unix/tkUnixRFont.c: Merged common code from InitFont() + and TkpGetFontAttrsForChar(), factored into GetTkFontAttributes() + and GetTkFontMetrics(). Removed write-only struct UnixFtFont + member 'drawable'. Removed unneeded double-pointer indirections. + Ensure that TkFontAttributes.family member is a Tk_Uid, as + specified. Use FcTypeDouble for XFT_SIZE attribute. + Finally: fix [Bug 835848]. + 2008-01-25 Don Porter <dgp@users.sourceforge.net> * changes: Updates for 8.5.1 release. |