diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-09-09 22:47:36 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-09-09 22:47:36 (GMT) |
commit | 357aee3aedbf35f2194b0e468c62228b3262259e (patch) | |
tree | 6767d823d21511eec636839d697f95488410b1a1 /unix/tkUnixRFont.c | |
parent | 4727c0c410cd50d19c06d78b4f36cfc4aa7e829d (diff) | |
download | tk-357aee3aedbf35f2194b0e468c62228b3262259e.zip tk-357aee3aedbf35f2194b0e468c62228b3262259e.tar.gz tk-357aee3aedbf35f2194b0e468c62228b3262259e.tar.bz2 |
Improve comment following request by Joe English
Diffstat (limited to 'unix/tkUnixRFont.c')
-rw-r--r-- | unix/tkUnixRFont.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c index e11015f..e1c7e75 100644 --- a/unix/tkUnixRFont.c +++ b/unix/tkUnixRFont.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixRFont.c,v 1.28 2009/09/09 22:23:58 dkf Exp $ + * RCS: @(#) $Id: tkUnixRFont.c,v 1.29 2009/09/09 22:47:36 dkf Exp $ */ #include "tkUnixInt.h" @@ -421,7 +421,8 @@ TkpGetFontFromAttributes( /* * Hack to work around issues with weird issues with Xft/Xrender - * connection. + * connection. For details, see comp.lang.tcl thread starting from + * <adcc99ed-c73e-4efc-bb5d-e57a57a051e8@l35g2000pra.googlegroups.com> */ if (!fontPtr) { |