diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-15 13:27:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-07-15 13:27:58 (GMT) |
commit | 4f75be674fee3a89f9c8d99df95c2a9b668b8937 (patch) | |
tree | 3bd3f0be5db6b9f0f5314f32ac3b435e7008ccd0 /generic/tkInt.decls | |
parent | def76faf990796ed8c158a61bd05d4b64ad17984 (diff) | |
download | tk-4f75be674fee3a89f9c8d99df95c2a9b668b8937.zip tk-4f75be674fee3a89f9c8d99df95c2a9b668b8937.tar.gz tk-4f75be674fee3a89f9c8d99df95c2a9b668b8937.tar.bz2 |
Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h and tkStubInit.c
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 7921852..f24d48c 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -957,7 +957,7 @@ declare 51 aqua { void TkGenWMDestroyEvent(Tk_Window tkwin) } declare 52 aqua { - TkMacOSXSetDrawingEnabled(TkWindow *winPtr, int flag); + void TkMacOSXSetDrawingEnabled(TkWindow *winPtr, int flag) } # removed duplicate from tkPlat table (tk.decls) |