Searched defs:_DeviceIntRec (Results 1 – 1 of 1) sorted by relevance
534 typedef struct _DeviceIntRec { struct535 DeviceRec public;536 DeviceIntPtr next;537 Bool startup; /* true if needs to be turned on at539 DeviceProc deviceProc; /* proc(DevicePtr, DEVICE_xx). It is542 Bool inited; /* TRUE if INIT returns Success */543 Bool enabled; /* TRUE if ON returns Success */544 Bool coreEvents; /* TRUE if device also sends core */545 GrabInfoRec deviceGrab; /* grab on the device */546 int type; /* MASTER_POINTER, MASTER_KEYBOARD, SLAVE */[all …]