diff options
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index bb2057b..da591cb 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -634,6 +634,15 @@ declare 184 { Tk_Font tkfont, const char *source, int numBytes, double x, double y, double angle) } + +# Support for aqua's inability to draw outside [NSView drawRect:] +declare 185 aqua { + void TkpRedrawWidget(Tk_Window tkwin) +} +declare 186 aqua { + int TkpAppCanDraw(Tk_Window tkwin) +} + ############################################################################## |