diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2009-06-12 12:46:10 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2009-06-12 12:46:10 (GMT) |
commit | e15eb105d2f3ac09acc59c29177a36f43ad2086b (patch) | |
tree | 18837c7348a719498b65e1a090f5f90200676aec /generic/tkInt.h | |
parent | 92450a6e1ca05b022c12ed3a9d2273d9d84b4453 (diff) | |
download | tk-e15eb105d2f3ac09acc59c29177a36f43ad2086b.zip tk-e15eb105d2f3ac09acc59c29177a36f43ad2086b.tar.gz tk-e15eb105d2f3ac09acc59c29177a36f43ad2086b.tar.bz2 |
Move another two entries to the internal stub table from MODULE_SCOPE.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index 8c133b6..fc2e394 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -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: tkInt.h,v 1.101 2009/04/27 10:31:35 dkf Exp $ + * RCS: $Id: tkInt.h,v 1.102 2009/06/12 12:46:11 dkf Exp $ */ #ifndef _TKINT @@ -1160,12 +1160,6 @@ MODULE_SCOPE int TkCanvasGetCoordObj(Tcl_Interp *interp, double *doublePtr); MODULE_SCOPE int TkGetDoublePixels(Tcl_Interp *interp, Tk_Window tkwin, const char *string, double *doublePtr); -MODULE_SCOPE int TkOrientParseProc(ClientData clientData, - Tcl_Interp *interp, Tk_Window tkwin, - const char *value, char *widgRec, int offset); -MODULE_SCOPE const char * TkOrientPrintProc(ClientData clientData, - Tk_Window tkwin, char *widgRec, int offset, - Tcl_FreeProc **freeProcPtr); MODULE_SCOPE int TkPostscriptImage(Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo psInfo, XImage *ximage, int x, int y, int width, int height); |