summaryrefslogtreecommitdiffstats
path: root/mac/tkMacKeyboard.c
diff options
context:
space:
mode:
authorjingham <jingham>2000-04-17 02:16:58 (GMT)
committerjingham <jingham>2000-04-17 02:16:58 (GMT)
commit110827538072c9d24a5beefa2a150031f78d7ef4 (patch)
tree143b8886da6b5580ebe0571e1bc2dc3895aae74a /mac/tkMacKeyboard.c
parent6f987a6c0e78f61f4725eaea8d5af917ae0e512f (diff)
downloadtk-110827538072c9d24a5beefa2a150031f78d7ef4.zip
tk-110827538072c9d24a5beefa2a150031f78d7ef4.tar.gz
tk-110827538072c9d24a5beefa2a150031f78d7ef4.tar.bz2
Add FIXME comment XKeySymToKeyCode needs to be implemented, since it is used in event generate.
Diffstat (limited to 'mac/tkMacKeyboard.c')
-rw-r--r--mac/tkMacKeyboard.c4
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.