diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-10-25 20:47:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-10-25 20:47:00 (GMT) |
commit | aa3245a4b2c8f920670b73acc1e7c4c879f9025a (patch) | |
tree | c01887f3f3d5c59291130568d33a6ea36f7fb1bf /generic/tkInt.h | |
parent | c06f0fc17c7c109a25877cdbd0d274620bae5aa9 (diff) | |
parent | 7386abe11a73dd013ce6fb5674493ec2ddbdc59b (diff) | |
download | tk-aa3245a4b2c8f920670b73acc1e7c4c879f9025a.zip tk-aa3245a4b2c8f920670b73acc1e7c4c879f9025a.tar.gz tk-aa3245a4b2c8f920670b73acc1e7c4c879f9025a.tar.bz2 |
Fix for bug 3410609; confirmed to work on UK keyboard.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index 587cdac..51bc896 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -824,6 +824,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; /* |