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/tkImgPhoto.c | |
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/tkImgPhoto.c')
-rw-r--r-- | generic/tkImgPhoto.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index aefcf50..0c19640 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -17,7 +17,7 @@ * Department of Computer Science, * Australian National University. * - * RCS: @(#) $Id: tkImgPhoto.c,v 1.84 2008/10/28 22:33:06 nijtmans Exp $ + * RCS: @(#) $Id: tkImgPhoto.c,v 1.85 2008/11/09 23:16:56 nijtmans Exp $ */ #include "tkImgPhoto.h" @@ -261,7 +261,7 @@ PhotoFormatThreadExitProc( void Tk_CreateOldPhotoImageFormat( - Tk_PhotoImageFormat *formatPtr) + const Tk_PhotoImageFormat *formatPtr) /* Structure describing the format. All of the * fields except "nextPtr" must be filled in * by caller. Must not have been passed to @@ -285,7 +285,7 @@ Tk_CreateOldPhotoImageFormat( void Tk_CreatePhotoImageFormat( - Tk_PhotoImageFormat *formatPtr) + const Tk_PhotoImageFormat *formatPtr) /* Structure describing the format. All of the * fields except "nextPtr" must be filled in * by caller. Must not have been passed to |