summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-04-27 10:39:56 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-04-27 10:39:56 (GMT)
commit8ffda9025c94616a1415f41f6daf5438c921f861 (patch)
treec51603fc7fbd5b8e26e29087174bdd805bf1a50e /generic/tkStubInit.c
parent7726331afad7ca3712336bb5b82e64b4ba26001e (diff)
downloadtk-8ffda9025c94616a1415f41f6daf5438c921f861.zip
tk-8ffda9025c94616a1415f41f6daf5438c921f861.tar.gz
tk-8ffda9025c94616a1415f41f6daf5438c921f861.tar.bz2
Private-export functions that were being used in extensions. [Bug 2768945]
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c21
1 files changed, 20 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index 5480540..42e919b 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.60 2007/12/13 15:24:16 dgp Exp $
+ * RCS: @(#) $Id: tkStubInit.c,v 1.60.2.1 2009/04/27 10:39:57 dkf Exp $
*/
#include "tkInt.h"
@@ -315,6 +315,25 @@ TkIntStubs tkIntStubs = {
NULL, /* 155 */
TkpTestembedCmd, /* 156 */
TkpTesttextCmd, /* 157 */
+ NULL, /* 158 */
+ NULL, /* 159 */
+ NULL, /* 160 */
+ NULL, /* 161 */
+ NULL, /* 162 */
+ NULL, /* 163 */
+ NULL, /* 164 */
+ NULL, /* 165 */
+ NULL, /* 166 */
+ NULL, /* 167 */
+ NULL, /* 168 */
+ TkStateParseProc, /* 169 */
+ TkStatePrintProc, /* 170 */
+ TkCanvasDashParseProc, /* 171 */
+ TkCanvasDashPrintProc, /* 172 */
+ TkOffsetParseProc, /* 173 */
+ TkOffsetPrintProc, /* 174 */
+ TkPixelParseProc, /* 175 */
+ TkPixelPrintProc, /* 176 */
};
TkIntPlatStubs tkIntPlatStubs = {