mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Remove double-grab option. We only want one grab per device.
This commit is contained in:
parent
4dc973f08c
commit
5c680e9493
9 changed files with 121 additions and 195 deletions
|
|
@ -371,8 +371,7 @@ typedef struct _DeviceIntRec {
|
|||
Bool inited; /* TRUE if INIT returns Success */
|
||||
Bool enabled; /* TRUE if ON returns Success */
|
||||
Bool coreEvents; /* TRUE if device also sends core */
|
||||
GrabInfoRec coreGrab; /* grab on core events */
|
||||
GrabInfoRec deviceGrab; /* grab on device events */
|
||||
GrabInfoRec deviceGrab; /* grab on the device */
|
||||
Atom type;
|
||||
char *name;
|
||||
CARD8 id;
|
||||
|
|
|
|||
Loading…
Reference in a new issue