diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-14 14:07:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-14 14:07:50 (GMT) |
commit | 02232e9bfade579d304edb4b0661280a64593a93 (patch) | |
tree | 275c5586d549746067683749acc5bdee77a54a73 /generic/tk.h | |
parent | 8abf69416e48492ccda18dcfc6e8adf9d33d0a32 (diff) | |
download | tk-02232e9bfade579d304edb4b0661280a64593a93.zip tk-02232e9bfade579d304edb4b0661280a64593a93.tar.gz tk-02232e9bfade579d304edb4b0661280a64593a93.tar.bz2 |
Changed some _Old and _OLD to more descriptive terms.
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tk.h b/generic/tk.h index fecb2ab..81e6e36 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -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: tk.h,v 1.59 2002/06/14 13:35:47 dkf Exp $ + * RCS: @(#) $Id: tk.h,v 1.60 2002/06/14 14:07:51 dkf Exp $ */ #ifndef _TK @@ -1476,16 +1476,16 @@ typedef int (Tk_SelectionProc) _ANSI_ARGS_((ClientData clientData, * declarations of what is actually there can be correct. */ -#ifdef USE_OLD_PHOTO_PUT_BLOCK +#ifdef USE_COMPOSITELESS_PHOTO_PUT_BLOCK # ifdef Tk_PhotoPutBlock # undef Tk_PhotoPutBlock # endif -# define Tk_PhotoPutBlock Tk_PhotoPutBlock_Old +# define Tk_PhotoPutBlock Tk_PhotoPutBlock_NoComposite # ifdef Tk_PhotoPutZoomedBlock # undef Tk_PhotoPutZoomedBlock # endif -# define Tk_PhotoPutZoomedBlock Tk_PhotoPutZoomedBlock_Old -#endif /* USE_OLD_PHOTO_PUT_BLOCK */ +# define Tk_PhotoPutZoomedBlock Tk_PhotoPutZoomedBlock_NoComposite +#endif /* USE_COMPOSITELESS_PHOTO_PUT_BLOCK */ /* * Tcl commands exported by Tk: |