summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-12-02 13:36:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-12-02 13:36:45 (GMT)
commit2cf343c2d3e62d0a052e9d8e7251b1c53d5b6ad3 (patch)
tree663e293e1f00b24e754c5126459e1baa76686a3b /generic/tkStubInit.c
parent7777b15dbacc0d62ad348efc954c053031f72e0c (diff)
downloadtk-2cf343c2d3e62d0a052e9d8e7251b1c53d5b6ad3.zip
tk-2cf343c2d3e62d0a052e9d8e7251b1c53d5b6ad3.tar.gz
tk-2cf343c2d3e62d0a052e9d8e7251b1c53d5b6ad3.tar.bz2
fix/regen
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index d9e01a1..8405d12 100644
--- a/generic/tkStubInit.c
+++ b/generic/tkStubInit.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: tkStubInit.c,v 1.78 2010/12/02 13:00:17 dkf Exp $
+ * RCS: @(#) $Id: tkStubInit.c,v 1.79 2010/12/02 13:36:45 dkf Exp $
*/
#include "tkInt.h"
@@ -331,10 +331,10 @@ static const TkIntStubs tkIntStubs = {
TkOrientPrintProc, /* 178 */
TkSmoothParseProc, /* 179 */
TkSmoothPrintProc, /* 180 */
- &lastChar);, /* 181 */
- &underline);, /* 182 */
- &angle);, /* 183 */
- &angle);, /* 184 */
+ TkDrawAngledTextLayout, /* 181 */
+ TkUnderlineAngledTextLayout, /* 182 */
+ TkIntersectAngledTextLayout, /* 183 */
+ TkDrawAngledChars, /* 184 */
};
static const TkIntPlatStubs tkIntPlatStubs = {