mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: remove coreMods field from GrabRec.
Nobody uses it anyway, and it's taking up a whole bit!
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user