summaryrefslogtreecommitdiffstats
path: root/generic/tkDecls.h
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-11-09 21:53:39 (GMT)
committernijtmans <nijtmans>2008-11-09 21:53:39 (GMT)
commitdd6a96ceda09d92cf81990911e682d0ccc248adb (patch)
treea254fbcdb8ffa92e12bd6444d93f61ff50941950 /generic/tkDecls.h
parente2a656affce975f610d3296f1d22485219790066 (diff)
downloadtk-dd6a96ceda09d92cf81990911e682d0ccc248adb.zip
tk-dd6a96ceda09d92cf81990911e682d0ccc248adb.tar.gz
tk-dd6a96ceda09d92cf81990911e682d0ccc248adb.tar.bz2
One more (hopefully the last) signature change
in Tk_CreateSmoothMethod.
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 b51a4a6..7846f60 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.37 2008/10/30 21:39:16 nijtmans Exp $
+ * RCS: @(#) $Id: tkDecls.h,v 1.38 2008/11/09 21:53:39 nijtmans Exp $
*/
#ifndef _TKDECLS
@@ -1353,7 +1353,7 @@ EXTERN int Tk_CreateConsoleWindow (Tcl_Interp * interp);
#define Tk_CreateSmoothMethod_TCL_DECLARED
/* 217 */
EXTERN void Tk_CreateSmoothMethod (Tcl_Interp * interp,
- Tk_SmoothMethod * method);
+ const Tk_SmoothMethod * method);
#endif
/* Slot 218 is reserved */
/* Slot 219 is reserved */
@@ -1923,7 +1923,7 @@ typedef struct TkStubs {
int (*tk_SetOptions) (Tcl_Interp * interp, char * recordPtr, Tk_OptionTable optionTable, int objc, Tcl_Obj *const objv[], Tk_Window tkwin, Tk_SavedOptions * savePtr, int * maskPtr); /* 214 */
void (*tk_InitConsoleChannels) (Tcl_Interp * interp); /* 215 */
int (*tk_CreateConsoleWindow) (Tcl_Interp * interp); /* 216 */
- void (*tk_CreateSmoothMethod) (Tcl_Interp * interp, Tk_SmoothMethod * method); /* 217 */
+ void (*tk_CreateSmoothMethod) (Tcl_Interp * interp, const Tk_SmoothMethod * method); /* 217 */
void *reserved218;
void *reserved219;
int (*tk_GetDash) (Tcl_Interp * interp, const char * value, Tk_Dash * dash); /* 220 */