diff options
author | fvogel <fvogelnew1@free.fr> | 2020-07-12 10:17:57 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-07-12 10:17:57 (GMT) |
commit | 5075064d26591eac73ed4d1995af9a651a51657b (patch) | |
tree | 3ce152c3a6a181e3e80622125c1ab672e3f2bf3e /generic | |
parent | 4daf13d8e213797a97952c0147a165acdd260a29 (diff) | |
download | tk-5075064d26591eac73ed4d1995af9a651a51657b.zip tk-5075064d26591eac73ed4d1995af9a651a51657b.tar.gz tk-5075064d26591eac73ed4d1995af9a651a51657b.tar.bz2 |
Add yet another comment about the '#if 0' in tkFont.c
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkFont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkFont.c b/generic/tkFont.c index c507371..cbe885a 100644 --- a/generic/tkFont.c +++ b/generic/tkFont.c @@ -2306,7 +2306,7 @@ Tk_DrawTextLayout( * means to draw all characters. */ { #if 0 - /* Use TkDrawAngledTextLayout() implementation */ + /* Use TkDrawAngledTextLayout() implementation - testing purposes at this point */ TkDrawAngledTextLayout(display, drawable, gc, layout, x, y, 0.0, firstChar, lastChar); #else TextLayout *layoutPtr = (TextLayout *) layout; |