diff options
author | dkf <dkf@noemail.net> | 2002-06-14 14:07:49 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2002-06-14 14:07:49 (GMT) |
commit | b62f338f3270678bfae4ab8e880ed2bb763fe496 (patch) | |
tree | 275c5586d549746067683749acc5bdee77a54a73 /generic/tk.h | |
parent | 37dad6009a6a0a0a94daf1c22e5c4a08d783fc2a (diff) | |
download | tk-b62f338f3270678bfae4ab8e880ed2bb763fe496.zip tk-b62f338f3270678bfae4ab8e880ed2bb763fe496.tar.gz tk-b62f338f3270678bfae4ab8e880ed2bb763fe496.tar.bz2 |
Changed some _Old and _OLD to more descriptive terms.
FossilOrigin-Name: 9b5f7ecc695132915b30f60095686bf35211e685
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: |