From 110827538072c9d24a5beefa2a150031f78d7ef4 Mon Sep 17 00:00:00 2001 From: jingham Date: Mon, 17 Apr 2000 02:16:58 +0000 Subject: Add FIXME comment XKeySymToKeyCode needs to be implemented, since it is used in event generate. --- mac/tkMacKeyboard.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mac/tkMacKeyboard.c b/mac/tkMacKeyboard.c index a3b24bf..9039625 100644 --- a/mac/tkMacKeyboard.c +++ b/mac/tkMacKeyboard.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacKeyboard.c,v 1.5 2000/04/10 22:43:12 ericm Exp $ + * RCS: @(#) $Id: tkMacKeyboard.c,v 1.6 2000/04/17 02:16:58 jingham Exp $ */ #include "tkInt.h" @@ -346,6 +346,8 @@ XStringToKeysym( * The function XKeysymToKeycode is only used by tkTest.c and * currently only implementes the support for keys used in the * Tk test suite. + * FIXME - This is no longer true. This function is now used in + * "event generate" so we really should make it work. * * Results: * None. -- cgit v0.12