diff options
author | das <das> | 2008-03-19 16:57:21 (GMT) |
---|---|---|
committer | das <das> | 2008-03-19 16:57:21 (GMT) |
commit | c0785daab36a7252a1473baa57abc9b827c6e5f4 (patch) | |
tree | 48343c87f1f71353b3279d9a84afafef69335a0a /generic/tk.decls | |
parent | fff6cf15395a5cd1bf0bffb6d8b784568519c08f (diff) | |
download | tk-c0785daab36a7252a1473baa57abc9b827c6e5f4.zip tk-c0785daab36a7252a1473baa57abc9b827c6e5f4.tar.gz tk-c0785daab36a7252a1473baa57abc9b827c6e5f4.tar.bz2 |
ensure symbols needed for Ttk stub support are exported
Diffstat (limited to 'generic/tk.decls')
-rw-r--r-- | generic/tk.decls | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index 753dea5..12f4afa 100644 --- a/generic/tk.decls +++ b/generic/tk.decls @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tk.decls,v 1.35 2007/12/13 15:24:13 dgp Exp $ +# RCS: @(#) $Id: tk.decls,v 1.36 2008/03/19 16:57:21 das Exp $ library tk @@ -1159,7 +1159,11 @@ export { } export { CONST char *Tk_PkgInitStubsCheck(Tcl_Interp *interp, CONST char *version, - int exact); + int exact) +} +export { + const char *TtkInitializeStubs(Tcl_Interp *, const char *version, + int epoch, int revision) } # Global variables that need to be exported from the tcl shared library. @@ -1179,3 +1183,6 @@ export { export { TkIntXlibStubs *tkIntXlibStubsPtr (fool checkstubs) } +export { + TtkStubs *ttkStubsPtr (fool checkstubs) +} |