xi: add DEVICE_ENABLE control
Add DEVICE_ENABLE control, which allows runtime enabling and disabling of specific devices.
This commit is contained in:
committed by
Daniel Stone
parent
b0780312d8
commit
a8d3dad9d9
@@ -265,6 +265,7 @@ typedef struct _DeviceIntRec {
|
||||
used to initialize, turn on, or
|
||||
turn off the device */
|
||||
Bool inited; /* TRUE if INIT returns Success */
|
||||
Bool enabled; /* TRUE if ON returns Success */
|
||||
Bool coreEvents; /* TRUE if device also sends core */
|
||||
GrabPtr grab; /* the grabber - used by DIX */
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user