summaryrefslogtreecommitdiffstats
path: root/generic/tkDecls.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-01-31 04:42:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-01-31 04:42:00 (GMT)
commit9ba6d7b21fed9e61a8e0bf74932aea176849a7f7 (patch)
tree691de834d4e19854148eed8466a875a120ea16a9 /generic/tkDecls.h
parent5310e9653a49ae3827c4149151c21fc9c5ce1c07 (diff)
downloadtk-9ba6d7b21fed9e61a8e0bf74932aea176849a7f7.zip
tk-9ba6d7b21fed9e61a8e0bf74932aea176849a7f7.tar.gz
tk-9ba6d7b21fed9e61a8e0bf74932aea176849a7f7.tar.bz2
* The POTENTIAL INCOMPATIBILITY in the changing
interface of Tk_ParseArgv can now be removed by the -DUSE_NON_CONST compiler flag.
Diffstat (limited to 'generic/tkDecls.h')
-rw-r--r--generic/tkDecls.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkDecls.h b/generic/tkDecls.h
index 73f97a2..d787cf6 100644
--- a/generic/tkDecls.h
+++ b/generic/tkDecls.h
@@ -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: tkDecls.h,v 1.16 2002/01/25 21:09:36 dgp Exp $
+ * RCS: @(#) $Id: tkDecls.h,v 1.17 2002/01/31 04:42:00 dgp Exp $
*/
#ifndef _TKDECLS
@@ -507,7 +507,7 @@ EXTERN void Tk_OwnSelection _ANSI_ARGS_((Tk_Window tkwin,
/* 143 */
EXTERN int Tk_ParseArgv _ANSI_ARGS_((Tcl_Interp * interp,
Tk_Window tkwin, int * argcPtr,
- CONST char ** argv, Tk_ArgvInfo * argTable,
+ CONST84 char ** argv, Tk_ArgvInfo * argTable,
int flags));
/* 144 */
EXTERN void Tk_PhotoPutBlock _ANSI_ARGS_((Tk_PhotoHandle handle,
@@ -998,7 +998,7 @@ typedef struct TkStubs {
char * (*tk_NameOfRelief) _ANSI_ARGS_((int relief)); /* 140 */
Tk_Window (*tk_NameToWindow) _ANSI_ARGS_((Tcl_Interp * interp, CONST char * pathName, Tk_Window tkwin)); /* 141 */
void (*tk_OwnSelection) _ANSI_ARGS_((Tk_Window tkwin, Atom selection, Tk_LostSelProc * proc, ClientData clientData)); /* 142 */
- int (*tk_ParseArgv) _ANSI_ARGS_((Tcl_Interp * interp, Tk_Window tkwin, int * argcPtr, CONST char ** argv, Tk_ArgvInfo * argTable, int flags)); /* 143 */
+ int (*tk_ParseArgv) _ANSI_ARGS_((Tcl_Interp * interp, Tk_Window tkwin, int * argcPtr, CONST84 char ** argv, Tk_ArgvInfo * argTable, int flags)); /* 143 */
void (*tk_PhotoPutBlock) _ANSI_ARGS_((Tk_PhotoHandle handle, Tk_PhotoImageBlock * blockPtr, int x, int y, int width, int height)); /* 144 */
void (*tk_PhotoPutZoomedBlock) _ANSI_ARGS_((Tk_PhotoHandle handle, Tk_PhotoImageBlock * blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY)); /* 145 */
int (*tk_PhotoGetImage) _ANSI_ARGS_((Tk_PhotoHandle handle, Tk_PhotoImageBlock * blockPtr)); /* 146 */