diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-06-12 12:46:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-06-12 12:46:10 (GMT) |
commit | 7b72329ae744b09f5b2d9ab0ebf40490d7437436 (patch) | |
tree | 18837c7348a719498b65e1a090f5f90200676aec /generic/tkInt.h | |
parent | 5098f86b8c628ee641dfd130ec9f516d91805eff (diff) | |
download | tk-7b72329ae744b09f5b2d9ab0ebf40490d7437436.zip tk-7b72329ae744b09f5b2d9ab0ebf40490d7437436.tar.gz tk-7b72329ae744b09f5b2d9ab0ebf40490d7437436.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); |