diff options
author | jingham <jingham@noemail.net> | 2000-04-17 02:16:58 (GMT) |
---|---|---|
committer | jingham <jingham@noemail.net> | 2000-04-17 02:16:58 (GMT) |
commit | 9f1fb03d57b4a7af95c1d314bd5c4d42a95789a5 (patch) | |
tree | 143b8886da6b5580ebe0571e1bc2dc3895aae74a /mac | |
parent | da86fc91b99ce532e8b456300a3bcde2fdccb622 (diff) | |
download | tk-9f1fb03d57b4a7af95c1d314bd5c4d42a95789a5.zip tk-9f1fb03d57b4a7af95c1d314bd5c4d42a95789a5.tar.gz tk-9f1fb03d57b4a7af95c1d314bd5c4d42a95789a5.tar.bz2 |
Add FIXME comment XKeySymToKeyCode needs to be implemented, since it
is used in event generate.
FossilOrigin-Name: e8215e813c116e0a2bf392159f105a9f460ba01e
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tkMacKeyboard.c | 4 |
1 files changed, 3 insertions, 1 deletions
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. |