summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-10-25 20:42:56 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-10-25 20:42:56 (GMT)
commit7386abe11a73dd013ce6fb5674493ec2ddbdc59b (patch)
treefa23d08cc47013050a0d390a8cdc76a79a081be3 /generic/tkInt.h
parentbb5cf6ea1f9419bc18120ac76132162637a2941f (diff)
parentb7d0d319e0ea7c6b85ca3d5d7b9f22a6a129d82f (diff)
downloadtk-7386abe11a73dd013ce6fb5674493ec2ddbdc59b.zip
tk-7386abe11a73dd013ce6fb5674493ec2ddbdc59b.tar.gz
tk-7386abe11a73dd013ce6fb5674493ec2ddbdc59b.tar.bz2
Fix for bug 3410609; confirmed to work on UK keyboard.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index aa27243..bd40a88 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -864,6 +864,8 @@ typedef struct {
* allocated with ckalloc(). */
int charValueLen; /* Length of string in charValuePtr when that
* is non-NULL. */
+ KeySym keysym; /* Key symbol computed after input methods
+ * have been invoked */
} TkKeyEvent;
/*