summaryrefslogtreecommitdiffstats
path: root/win/tkWinFont.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2010-12-02 11:38:28 (GMT)
committerdkf <dkf@noemail.net>2010-12-02 11:38:28 (GMT)
commit5ff701b0d9a96da2c4a1e63be96143bd09715127 (patch)
tree317f136f5630fdb2a8a6058c4941237d280314d4 /win/tkWinFont.c
parent01583b71683f32dede826d25aed5e9a60e253858 (diff)
downloadtk-5ff701b0d9a96da2c4a1e63be96143bd09715127.zip
tk-5ff701b0d9a96da2c4a1e63be96143bd09715127.tar.gz
tk-5ff701b0d9a96da2c4a1e63be96143bd09715127.tar.bz2
* generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):
Expose angled text API for Emiliano Gavilan. Still only in internal stub table. FossilOrigin-Name: 587a05d8adfb5f5b86a00bffa64f1ef59c34d968
Diffstat (limited to 'win/tkWinFont.c')
-rw-r--r--win/tkWinFont.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinFont.c b/win/tkWinFont.c
index 5646b6c..e057abe 100644
--- a/win/tkWinFont.c
+++ b/win/tkWinFont.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinFont.c,v 1.52 2010/10/06 14:33:29 nijtmans Exp $
+ * RCS: @(#) $Id: tkWinFont.c,v 1.53 2010/12/02 11:38:29 dkf Exp $
*/
#include "tkWinInt.h"
@@ -1223,7 +1223,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. */