diff options
author | Kevin Walzer <kw@codebykevin.com> | 2015-04-07 01:12:53 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2015-04-07 01:12:53 (GMT) |
commit | 991544634825a18479f15f47dbc0f00a5b368505 (patch) | |
tree | 613198942a873bcc72239c60dd857e0c8ed72fb4 /generic/tkInt.decls | |
parent | 97be0552093b567949f1e78bfc9024dc24fba4e7 (diff) | |
download | tk-991544634825a18479f15f47dbc0f00a5b368505.zip tk-991544634825a18479f15f47dbc0f00a5b368505.tar.gz tk-991544634825a18479f15f47dbc0f00a5b368505.tar.bz2 |
Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler for patches
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index ab56bed..7921852 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -956,6 +956,9 @@ declare 50 aqua { declare 51 aqua { void TkGenWMDestroyEvent(Tk_Window tkwin) } +declare 52 aqua { + TkMacOSXSetDrawingEnabled(TkWindow *winPtr, int flag); +} # removed duplicate from tkPlat table (tk.decls) #declare 52 aqua { |