diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-27 10:31:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-27 10:31:35 (GMT) |
commit | b833b61c1a2034bc3c012917d44a1b2a29d26d9a (patch) | |
tree | 941ca8d0d76550b1d5d5507a8c7341dcca29bd6b /generic/tkStubInit.c | |
parent | 081d2bce407cb354a038ccc08789187f34d2e50c (diff) | |
download | tk-b833b61c1a2034bc3c012917d44a1b2a29d26d9a.zip tk-b833b61c1a2034bc3c012917d44a1b2a29d26d9a.tar.gz tk-b833b61c1a2034bc3c012917d44a1b2a29d26d9a.tar.bz2 |
Private-export functions that were being used in extensions. [Bug 2768945]
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index c8d93fd..1b97ad7 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.67 2009/02/27 23:23:36 nijtmans Exp $ + * RCS: @(#) $Id: tkStubInit.c,v 1.68 2009/04/27 10:31:35 dkf Exp $ */ #include "tkInt.h" @@ -320,6 +320,14 @@ static const TkIntStubs tkIntStubs = { TkTextChanged, /* 166 */ TkBTreeNumLines, /* 167 */ TkTextInsertDisplayProc, /* 168 */ + TkStateParseProc, /* 169 */ + TkStatePrintProc, /* 170 */ + TkCanvasDashParseProc, /* 171 */ + TkCanvasDashPrintProc, /* 172 */ + TkOffsetParseProc, /* 173 */ + TkOffsetPrintProc, /* 174 */ + TkPixelParseProc, /* 175 */ + TkPixelPrintProc, /* 176 */ }; static const TkIntPlatStubs tkIntPlatStubs = { |