summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-06-14 14:07:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-06-14 14:07:50 (GMT)
commit02232e9bfade579d304edb4b0661280a64593a93 (patch)
tree275c5586d549746067683749acc5bdee77a54a73 /generic/tk.decls
parent8abf69416e48492ccda18dcfc6e8adf9d33d0a32 (diff)
downloadtk-02232e9bfade579d304edb4b0661280a64593a93.zip
tk-02232e9bfade579d304edb4b0661280a64593a93.tar.gz
tk-02232e9bfade579d304edb4b0661280a64593a93.tar.bz2
Changed some _Old and _OLD to more descriptive terms.
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index 445845a..d3a7866 100644
--- a/generic/tk.decls
+++ b/generic/tk.decls
@@ -11,7 +11,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.decls,v 1.19 2002/06/14 13:35:47 dkf Exp $
+# RCS: @(#) $Id: tk.decls,v 1.20 2002/06/14 14:07:50 dkf Exp $
library tk
@@ -708,13 +708,13 @@ declare 143 generic {
}
declare 144 generic {
- void Tk_PhotoPutBlock_Old (Tk_PhotoHandle handle, \
+ void Tk_PhotoPutBlock_NoComposite (Tk_PhotoHandle handle, \
Tk_PhotoImageBlock *blockPtr, int x, int y, \
int width, int height)
}
declare 145 generic {
- void Tk_PhotoPutZoomedBlock_Old (Tk_PhotoHandle handle, \
+ void Tk_PhotoPutZoomedBlock_NoComposite (Tk_PhotoHandle handle, \
Tk_PhotoImageBlock *blockPtr, int x, int y, \
int width, int height, int zoomX, int zoomY, \
int subsampleX, int subsampleY)