summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-31 08:35:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-31 08:35:52 (GMT)
commita9525236100ac7d8c0c02c0fe6adde4a2572597a (patch)
tree4f302ebc3477d785c5209d80e8d020ab0b81cff1 /generic/tkInt.decls
parent363a42955c54e26c8213605bb443ff570e699e72 (diff)
downloadtk-a9525236100ac7d8c0c02c0fe6adde4a2572597a.zip
tk-a9525236100ac7d8c0c02c0fe6adde4a2572597a.tar.gz
tk-a9525236100ac7d8c0c02c0fe6adde4a2572597a.tar.bz2
No deprecation warnings when building Tk itself without -DTK_NO_DEPRECATION. Re-generate tkDecls.h (formatting).
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index 19deb98..c8f5775 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -637,7 +637,7 @@ declare 184 {
# Debugging / testing functions for photo images
declare 185 {
- int TkDebugPhotoStringMatchDef(Tcl_Interp *inter, Tcl_Obj *data,
+ int TkDebugPhotoStringMatchDef(Tcl_Interp *inter, Tcl_Obj *data,
Tcl_Obj *formatString, int *widthPtr, int *heightPtr)
}