diff options
author | hobbs <hobbs> | 1999-10-29 03:57:55 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-29 03:57:55 (GMT) |
commit | 8e52a87a0be5a9969812bdd4c5439688cc5cc9fc (patch) | |
tree | 71b94aa4df21cf83d8b4dfaeff16f8c4d6d9bd30 /generic/tkImgPPM.c | |
parent | 62b72b828e6c010209ab75d9d8507adf8f7d6836 (diff) | |
download | tk-8e52a87a0be5a9969812bdd4c5439688cc5cc9fc.zip tk-8e52a87a0be5a9969812bdd4c5439688cc5cc9fc.tar.gz tk-8e52a87a0be5a9969812bdd4c5439688cc5cc9fc.tar.bz2 |
* generic/tk.h:
* generic/tkCmds.c:
* generic/tkImage.c:
* generic/tkImgBmap.c:
* generic/tkImgGIF.c:
* generic/tkImgPPM.c:
* generic/tkImgPhoto.c:
* generic/tkInt.h:
* generic/tkTest.c:
* generic/tkWindow.c:
* tests/imgPhoto.test: added Img patch (Nijtmans) with docs,
headers #def'd with USE_OLD_IMAGE. Upgrades image stuff to
Tcl_Obj API, adds alpha channel (images are now 32 bpp)
Diffstat (limited to 'generic/tkImgPPM.c')
-rw-r--r-- | generic/tkImgPPM.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tkImgPPM.c b/generic/tkImgPPM.c index a86a254..fe7818f 100644 --- a/generic/tkImgPPM.c +++ b/generic/tkImgPPM.c @@ -13,9 +13,11 @@ * Department of Computer Science, * Australian National University. * - * RCS: @(#) $Id: tkImgPPM.c,v 1.5 1999/07/01 00:39:44 redman Exp $ + * RCS: @(#) $Id: tkImgPPM.c,v 1.6 1999/10/29 03:57:56 hobbs Exp $ */ +#define USE_OLD_IMAGE + #include "tkInt.h" #include "tkPort.h" |