diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-12-02 13:00:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-12-02 13:00:17 (GMT) |
commit | 7777b15dbacc0d62ad348efc954c053031f72e0c (patch) | |
tree | 4cfed710e9000658c03dece8f6015c90f9c442cf /generic/tkStubInit.c | |
parent | e275ec48e7ca72f92c4c766367e76f57a874bab9 (diff) | |
download | tk-7777b15dbacc0d62ad348efc954c053031f72e0c.zip tk-7777b15dbacc0d62ad348efc954c053031f72e0c.tar.gz tk-7777b15dbacc0d62ad348efc954c053031f72e0c.tar.bz2 |
regen
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index 7ba1353..d9e01a1 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.77 2010/09/28 10:42:05 nijtmans Exp $ + * RCS: @(#) $Id: tkStubInit.c,v 1.78 2010/12/02 13:00:17 dkf Exp $ */ #include "tkInt.h" @@ -331,6 +331,10 @@ static const TkIntStubs tkIntStubs = { TkOrientPrintProc, /* 178 */ TkSmoothParseProc, /* 179 */ TkSmoothPrintProc, /* 180 */ + &lastChar);, /* 181 */ + &underline);, /* 182 */ + &angle);, /* 183 */ + &angle);, /* 184 */ }; static const TkIntPlatStubs tkIntPlatStubs = { |