summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls16
1 files changed, 8 insertions, 8 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index df1e9b2..7f3baaf 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -635,20 +635,20 @@ declare 184 {
double y, double angle)
}
-# Debugging / testing functions for photo images
-declare 185 {
- int TkDebugPhotoStringMatchDef(Tcl_Interp *inter, Tcl_Obj *data,
- Tcl_Obj *formatString, int *widthPtr, int *heightPtr)
-}
-
# Support for aqua's inability to draw outside [NSView drawRect:]
-declare 186 aqua {
+declare 185 aqua {
void TkpRedrawWidget(Tk_Window tkwin)
}
-declare 187 aqua {
+declare 186 aqua {
int TkpWillDrawWidget(Tk_Window tkwin)
}
+# Debugging / testing functions for photo images
+declare 187 {
+ int TkDebugPhotoStringMatchDef(Tcl_Interp *inter, Tcl_Obj *data,
+ Tcl_Obj *formatString, int *widthPtr, int *heightPtr)
+}
+
##############################################################################