diff options
author | nijtmans <nijtmans> | 2008-11-09 23:16:56 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-09 23:16:56 (GMT) |
commit | 8790cbda7d404e9f8bc351d5349f0ef327575cf9 (patch) | |
tree | 861f47b58a3b9d4347b8a379a701dcfbb8facfe3 /generic/tk.decls | |
parent | dd6a96ceda09d92cf81990911e682d0ccc248adb (diff) | |
download | tk-8790cbda7d404e9f8bc351d5349f0ef327575cf9.zip tk-8790cbda7d404e9f8bc351d5349f0ef327575cf9.tar.gz tk-8790cbda7d404e9f8bc351d5349f0ef327575cf9.tar.bz2 |
One more (hopefully the last) signature change
in Tk_CreatePhotoImageFormat
Diffstat (limited to 'generic/tk.decls')
-rw-r--r-- | generic/tk.decls | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index efd12b6..632c85f 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.43 2008/11/09 21:53:39 nijtmans Exp $ +# RCS: @(#) $Id: tk.decls,v 1.44 2008/11/09 23:16:56 nijtmans Exp $ library tk @@ -191,7 +191,7 @@ declare 39 generic { void Tk_CreateItemType(Tk_ItemType *typePtr) } declare 40 generic { - void Tk_CreatePhotoImageFormat(Tk_PhotoImageFormat *formatPtr) + void Tk_CreatePhotoImageFormat(const Tk_PhotoImageFormat *formatPtr) } declare 41 generic { void Tk_CreateSelHandler(Tk_Window tkwin, @@ -1071,7 +1071,7 @@ declare 272 generic { void Tk_CreateOldImageType(Tk_ImageType *typePtr) } declare 273 generic { - void Tk_CreateOldPhotoImageFormat(Tk_PhotoImageFormat *formatPtr) + void Tk_CreateOldPhotoImageFormat(const Tk_PhotoImageFormat *formatPtr) } # Define the platform specific public Tk interface. These functions are |