summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2011-10-01 19:14:15 (GMT)
committerKevin B Kenny <kennykb@acm.org>2011-10-01 19:14:15 (GMT)
commitb7d0d319e0ea7c6b85ca3d5d7b9f22a6a129d82f (patch)
treeda837ed3eaf5a45941ed02740d2d1f71f990e73f /generic/tkInt.h
parentc5559b85ac1478f163c844afcb1842e5ef906278 (diff)
downloadtk-b7d0d319e0ea7c6b85ca3d5d7b9f22a6a129d82f.zip
tk-b7d0d319e0ea7c6b85ca3d5d7b9f22a6a129d82f.tar.gz
tk-b7d0d319e0ea7c6b85ca3d5d7b9f22a6a129d82f.tar.bz2
Tentative fix for bug 3410609 - use the keysym returned by XLookupString in preference to the raw one in the XEvent.bug_3410609
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;
/*