Remove double-grab option. We only want one grab per device.

This commit is contained in:
Peter Hutterer
2007-05-14 12:34:53 +09:30
parent 4dc973f08c
commit 5c680e9493
9 changed files with 121 additions and 195 deletions

View File

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