diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-03-26 22:01:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-03-26 22:01:26 (GMT) |
commit | 17b6a8a3a36a89a06d9efd6a6f261cbde661e95b (patch) | |
tree | da4bac5a2e7517841b69644da9810d2c6eb80eca /generic/tkWindow.c | |
parent | d55ba4f2606219b20e83d36163db991d2345e326 (diff) | |
download | tk-17b6a8a3a36a89a06d9efd6a6f261cbde661e95b.zip tk-17b6a8a3a36a89a06d9efd6a6f261cbde661e95b.tar.gz tk-17b6a8a3a36a89a06d9efd6a6f261cbde661e95b.tar.bz2 |
Backport of 923555 fixes
Diffstat (limited to 'generic/tkWindow.c')
-rw-r--r-- | generic/tkWindow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkWindow.c b/generic/tkWindow.c index 7efee6d..7a23210 100644 --- a/generic/tkWindow.c +++ b/generic/tkWindow.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWindow.c,v 1.56.2.2 2004/02/16 00:42:34 wolfsuit Exp $ + * RCS: @(#) $Id: tkWindow.c,v 1.56.2.3 2004/03/26 22:01:26 dkf Exp $ */ #include "tkPort.h" @@ -353,7 +353,7 @@ CreateTopLevelWindow(interp, parent, name, screenName, flags) */ Tk_CreatePhotoImageFormat(&tkImgFmtGIF); - Tk_CreateOldPhotoImageFormat(&tkImgFmtPPM); + Tk_CreatePhotoImageFormat(&tkImgFmtPPM); /* * Create exit handler to delete all windows when the application |