summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2005-09-21 10:56:32 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2005-09-21 10:56:32 (GMT)
commitecfa28ba30a9debb2fcce56cce21272c0f172389 (patch)
tree9ba81157ecee43b0e85afd4df7b48b19730a2817 /generic/tkStubInit.c
parenta93295862e263848416e355c219e1d73176cc1c7 (diff)
downloadtk-ecfa28ba30a9debb2fcce56cce21272c0f172389.zip
tk-ecfa28ba30a9debb2fcce56cce21272c0f172389.tar.gz
tk-ecfa28ba30a9debb2fcce56cce21272c0f172389.tar.bz2
Regen
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index 508b415..c4b6c9d 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.51 2005/08/09 07:39:19 das Exp $
+ * RCS: @(#) $Id: tkStubInit.c,v 1.52 2005/09/21 10:56:33 dkf Exp $
*/
#include "tkInt.h"
@@ -295,6 +295,8 @@ TkIntStubs tkIntStubs = {
TkMakeRawCurve, /* 150 */
TkMakeRawCurvePostscript, /* 151 */
TkpDrawFrame, /* 152 */
+ TkCreateThreadExitHandler, /* 153 */
+ TkDeleteThreadExitHandler, /* 154 */
};
TkIntPlatStubs tkIntPlatStubs = {