summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2009-04-27 10:39:56 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2009-04-27 10:39:56 (GMT)
commit34758dbd46edefc060eaf68b593dac0b6fdc52d2 (patch)
treec51603fc7fbd5b8e26e29087174bdd805bf1a50e /generic/tkStubInit.c
parente8dc403dd2d7a0bb889b733fa7d7c66001caea4c (diff)
downloadtk-34758dbd46edefc060eaf68b593dac0b6fdc52d2.zip
tk-34758dbd46edefc060eaf68b593dac0b6fdc52d2.tar.gz
tk-34758dbd46edefc060eaf68b593dac0b6fdc52d2.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 = {