diff options
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" |