summaryrefslogtreecommitdiff
path: root/include/inputstr.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-03-13 15:12:55 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-03-20 15:17:56 +1000
commit46145a9312eaf5dcd0e8b6788ed8219e086f790e (patch)
tree984dc25c400e531f63504b145a7c6c3e017341d3 /include/inputstr.h
parent40e2a61e37109cd9c2ab57954ee40dcf4a062e31 (diff)
dix: remove coreMods field from GrabRec.
Nobody uses it anyway, and it's taking up a whole bit!
Diffstat (limited to 'include/inputstr.h')
-rw-r--r--include/inputstr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inputstr.h b/include/inputstr.h
index 59fb29bf0..14941b106 100644
--- a/include/inputstr.h
+++ b/include/inputstr.h
@@ -172,7 +172,6 @@ typedef struct _GrabRec {
unsigned keyboardMode:1;
unsigned pointerMode:1;
unsigned coreGrab:1; /* grab is on core device */
- unsigned coreMods:1; /* modifiers are on core keyboard */
CARD8 type; /* event type */
DetailRec modifiersDetail;
DeviceIntPtr modifierDevice;