diff options
author | hobbs <hobbs@noemail.net> | 1999-10-29 03:57:54 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 1999-10-29 03:57:54 (GMT) |
commit | 66972b1a5b03706b523d6c56cad105ea9b2af32d (patch) | |
tree | 71b94aa4df21cf83d8b4dfaeff16f8c4d6d9bd30 /generic/tkTest.c | |
parent | b04713d277d526e4d3d233ce3ca5960370ee39a3 (diff) | |
download | tk-66972b1a5b03706b523d6c56cad105ea9b2af32d.zip tk-66972b1a5b03706b523d6c56cad105ea9b2af32d.tar.gz tk-66972b1a5b03706b523d6c56cad105ea9b2af32d.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)
FossilOrigin-Name: ca63b7628643ea25e54213761cf357f6ad932491
Diffstat (limited to 'generic/tkTest.c')
-rw-r--r-- | generic/tkTest.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tkTest.c b/generic/tkTest.c index c396345..93965e5 100644 --- a/generic/tkTest.c +++ b/generic/tkTest.c @@ -13,9 +13,11 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkTest.c,v 1.6 1999/06/16 20:11:29 surles Exp $ + * RCS: @(#) $Id: tkTest.c,v 1.7 1999/10/29 03:57:57 hobbs Exp $ */ +#define USE_OLD_IMAGE + #include "tkInt.h" #include "tkPort.h" #include "tkText.h" |