dix: remove coreMods field from GrabRec.

Nobody uses it anyway, and it's taking up a whole bit!
This commit is contained in:
Peter Hutterer
2009-03-13 15:12:55 +10:00
parent 40e2a61e37
commit 46145a9312
2 changed files with 0 additions and 3 deletions

View File

@@ -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;