diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-09 11:50:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-09 11:50:19 (GMT) |
commit | aff38ee930b8b62b99c03fd79c2fb03f8f27c85f (patch) | |
tree | 77d59773feece114c78cae0e5d0095f3a8c6bdea /unix/tkUnixRFont.c | |
parent | f12a8565b7dec286dead34e157892fed3202f352 (diff) | |
parent | b33639f20e412831ed8724517ba70b2cdab6be57 (diff) | |
download | tk-jn_web_colors.zip tk-jn_web_colors.tar.gz tk-jn_web_colors.tar.bz2 |
merge trunkjn_web_colors
Diffstat (limited to 'unix/tkUnixRFont.c')
-rw-r--r-- | unix/tkUnixRFont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c index 4203ff9..50642ad 100644 --- a/unix/tkUnixRFont.c +++ b/unix/tkUnixRFont.c @@ -936,7 +936,7 @@ TkDrawAngledChars( nglyph = 0; currentFtFont = NULL; originX = originY = 0; /* lint */ - + while (numBytes > 0 && x <= maxCoord && x >= minCoord && y <= maxCoord && y >= minCoord) { XftFont *ftFont; |