diff options
author | nijtmans <nijtmans> | 2008-11-09 21:53:39 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-09 21:53:39 (GMT) |
commit | dd6a96ceda09d92cf81990911e682d0ccc248adb (patch) | |
tree | a254fbcdb8ffa92e12bd6444d93f61ff50941950 /generic/tk.decls | |
parent | e2a656affce975f610d3296f1d22485219790066 (diff) | |
download | tk-dd6a96ceda09d92cf81990911e682d0ccc248adb.zip tk-dd6a96ceda09d92cf81990911e682d0ccc248adb.tar.gz tk-dd6a96ceda09d92cf81990911e682d0ccc248adb.tar.bz2 |
One more (hopefully the last) signature change
in Tk_CreateSmoothMethod.
Diffstat (limited to 'generic/tk.decls')
-rw-r--r-- | generic/tk.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index a71c1e8..efd12b6 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.42 2008/10/30 21:39:16 nijtmans Exp $ +# RCS: @(#) $Id: tk.decls,v 1.43 2008/11/09 21:53:39 nijtmans Exp $ library tk @@ -827,7 +827,7 @@ declare 216 generic { int Tk_CreateConsoleWindow(Tcl_Interp *interp) } declare 217 generic { - void Tk_CreateSmoothMethod(Tcl_Interp *interp, Tk_SmoothMethod *method) + void Tk_CreateSmoothMethod(Tcl_Interp *interp, const Tk_SmoothMethod *method) } #declare 218 generic { |