summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-31 16:22:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-31 16:22:12 (GMT)
commit410686f2a264ee5ee804fb1742e85f024783ddc6 (patch)
treef2ad1dc26d0d67f114a2e49dd645eeb1ca4d8f39 /generic
parent2a5ab1a8510b410eb9cc92adffbe47b94e7c3755 (diff)
downloadtk-410686f2a264ee5ee804fb1742e85f024783ddc6.zip
tk-410686f2a264ee5ee804fb1742e85f024783ddc6.tar.gz
tk-410686f2a264ee5ee804fb1742e85f024783ddc6.tar.bz2
Doc fix [Bug 110553]
Diffstat (limited to 'generic')
-rw-r--r--generic/tkImgPhoto.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c
index fc3aa76..7745db1 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.54 2004/12/09 10:13:28 dkf Exp $
+ * RCS: @(#) $Id: tkImgPhoto.c,v 1.55 2005/01/31 16:22:14 dkf Exp $
*/
#include "tkInt.h"
@@ -450,19 +450,15 @@ static void PhotoOptionCleanupProc _ANSI_ARGS_((
/*
*----------------------------------------------------------------------
*
- * Tk_CreateOldPhotoImageFormat, Tk_CreatePhotoImageFormat --
+ * PhotoFormatThreadExitProc --
*
- * This procedure is invoked by an image file handler to register
- * a new photo image format and the procedures that handle the
- * new format. The procedure is typically invoked during
- * Tcl_AppInit.
+ * Clean up the registered list of photo formats.
*
* Results:
* None.
*
* Side effects:
- * The new image file format is entered into a table used in the
- * photo image "read" and "write" subcommands.
+ * The thread's linked lists of photo image formats is deleted.
*
*----------------------------------------------------------------------
*/