diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-13 15:12:55 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-20 15:17:56 +1000 |
commit | 46145a9312eaf5dcd0e8b6788ed8219e086f790e (patch) | |
tree | 984dc25c400e531f63504b145a7c6c3e017341d3 /dix/grabs.c | |
parent | 40e2a61e37109cd9c2ab57954ee40dcf4a062e31 (diff) |
dix: remove coreMods field from GrabRec.
Nobody uses it anyway, and it's taking up a whole bit!
Diffstat (limited to 'dix/grabs.c')
-rw-r--r-- | dix/grabs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dix/grabs.c b/dix/grabs.c index 156574efe..2d3327c42 100644 --- a/dix/grabs.c +++ b/dix/grabs.c @@ -97,8 +97,6 @@ CreateGrab( grab->modifiersDetail.exact = modifiers; grab->modifiersDetail.pMask = NULL; grab->modifierDevice = modDevice; - grab->coreMods = ((modDevice == inputInfo.keyboard) || - (modDevice == inputInfo.pointer)); grab->type = type; grab->detail.exact = keybut; grab->detail.pMask = NULL; |