diff options
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index da74ef5..244798f 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tkInt.decls,v 1.11 1999/08/10 16:58:37 hobbs Exp $ +# RCS: @(#) $Id: tkInt.decls,v 1.12 1999/12/07 03:51:05 hobbs Exp $ library tk @@ -1032,6 +1032,10 @@ declare 64 mac { MacDrawable * TkMacGetHostToplevel (TkWindow *winPtr) } +declare 65 mac { + void TkMacPreprocessMenu (void) +} + ############################################################################## |