Home
last modified time | relevance | path

Searched defs:_DeviceIntRec (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h534 typedef struct _DeviceIntRec { struct
535 DeviceRec public;
536 DeviceIntPtr next;
537 Bool startup; /* true if needs to be turned on at
539 DeviceProc deviceProc; /* proc(DevicePtr, DEVICE_xx). It is
542 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 …]