summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls8
1 files changed, 8 insertions, 0 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index b5e4d3c..04f7d7d 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -641,6 +641,14 @@ declare 185 {
Tcl_Obj *formatString, int *widthPtr, int *heightPtr)
}
+# Support for aqua's inability to draw outside [NSView drawRect:]
+declare 186 aqua {
+ void TkpRedrawWidget(Tk_Window tkwin)
+}
+declare 187 aqua {
+ int TkpAppCanDraw(Tk_Window tkwin)
+}
+
##############################################################################