summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2011-10-01 19:14:15 (GMT)
committerkennykb <kennykb@noemail.net>2011-10-01 19:14:15 (GMT)
commit6cfbcd6e07e97367559439eeb698bff5b1fa6cf9 (patch)
treeda837ed3eaf5a45941ed02740d2d1f71f990e73f /generic
parent4a28270ccfd8acc9c3d63224ba434c9d5fdd0630 (diff)
downloadtk-6cfbcd6e07e97367559439eeb698bff5b1fa6cf9.zip
tk-6cfbcd6e07e97367559439eeb698bff5b1fa6cf9.tar.gz
tk-6cfbcd6e07e97367559439eeb698bff5b1fa6cf9.tar.bz2
Tentative fix for bug 3410609 - use the keysym returned by XLookupString in preference to the raw one in the XEvent.
FossilOrigin-Name: 5116763283f067720cedeb686753c9e3c6a15b42
Diffstat (limited to 'generic')
-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;
/*