summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixRFont.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-12-02 11:38:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-12-02 11:38:28 (GMT)
commite275ec48e7ca72f92c4c766367e76f57a874bab9 (patch)
tree317f136f5630fdb2a8a6058c4941237d280314d4 /unix/tkUnixRFont.c
parente55404bc8b824f5841b7e5f42bff2867e7f490ab (diff)
downloadtk-e275ec48e7ca72f92c4c766367e76f57a874bab9.zip
tk-e275ec48e7ca72f92c4c766367e76f57a874bab9.tar.gz
tk-e275ec48e7ca72f92c4c766367e76f57a874bab9.tar.bz2
* generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):
Expose angled text API for Emiliano Gavilan. Still only in internal stub table.
Diffstat (limited to 'unix/tkUnixRFont.c')
-rw-r--r--unix/tkUnixRFont.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c
index 43a5730..effeb57 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.35 2010/11/19 14:48:00 nijtmans Exp $
+ * RCS: @(#) $Id: tkUnixRFont.c,v 1.36 2010/12/02 11:38:29 dkf Exp $
*/
#include "tkUnixInt.h"
@@ -837,7 +837,7 @@ Tk_DrawChars(
/*
*---------------------------------------------------------------------------
*
- * TkpDrawAngledChars --
+ * TkDrawAngledChars --
*
* Draw some characters at an angle. This would be simple code, except
* Xft has bugs with cumulative errors in character positioning which are
@@ -854,7 +854,7 @@ Tk_DrawChars(
*/
void
-TkpDrawAngledChars(
+TkDrawAngledChars(
Display *display, /* Display on which to draw. */
Drawable drawable, /* Window or pixmap in which to draw. */
GC gc, /* Graphics context for drawing characters. */