diff options
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index f698177..2269f21 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.16 2000/02/10 08:52:34 hobbs Exp $ +# RCS: @(#) $Id: tkInt.decls,v 1.17 2000/04/10 22:43:11 ericm Exp $ library tk @@ -628,6 +628,9 @@ declare 138 generic { KeySym TkpGetKeySym (TkDisplay *dispPtr, XEvent *eventPtr) } +declare 139 generic { + void TkpInitKeymapInfo (TkDisplay *dispPtr) +} ############################################################################## |