summaryrefslogtreecommitdiff
path: root/include/inputstr.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-11-08 09:34:35 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-11-08 09:34:35 +1030
commit184a7b8917a15bb2c719153b9b016c03aab42101 (patch)
treeff20254fb9752d57113c352c17afc4f8c14e2eaa /include/inputstr.h
parenta8808ac3d093f33b39de109107d396fe0a02c4fc (diff)
parent0b729051c04da7068f1e6dd319190bd0a362b2c0 (diff)
Merge branch 'mpx' into mdsd
Conflicts: Xi/opendev.c
Diffstat (limited to 'include/inputstr.h')
-rw-r--r--include/inputstr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inputstr.h b/include/inputstr.h
index b2304ddfa..507e7b0bd 100644
--- a/include/inputstr.h
+++ b/include/inputstr.h
@@ -139,6 +139,7 @@ typedef struct _GrabRec {
typedef struct _KeyClassRec {
CARD8 down[DOWN_LENGTH];
+ CARD8 postdown[DOWN_LENGTH];
KeyCode *modifierKeyMap;
KeySymsRec curKeySyms;
int modifierKeyCount[8];