diff options
author | dkf <dkf@noemail.net> | 2009-09-09 22:47:35 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2009-09-09 22:47:35 (GMT) |
commit | 9b68572152b7cc13fddbdb4203a3d9be8be071f2 (patch) | |
tree | 6767d823d21511eec636839d697f95488410b1a1 /unix | |
parent | 503f3c9123e494818cc93629969c1b41c39fa078 (diff) | |
download | tk-9b68572152b7cc13fddbdb4203a3d9be8be071f2.zip tk-9b68572152b7cc13fddbdb4203a3d9be8be071f2.tar.gz tk-9b68572152b7cc13fddbdb4203a3d9be8be071f2.tar.bz2 |
Improve comment following request by Joe English
FossilOrigin-Name: 73ed6701d2d29bd502f99b3fd0e4d436c18dcaf0
Diffstat (limited to 'unix')
-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) { |