Add #defines for XI_PROP_ENABLED, XI_PROP_MODE

These two props are expected to be supported by the server.
This commit is contained in:
Peter Hutterer 2008-07-13 20:49:51 +09:30
parent 5f68665108
commit fe74239e93

5
XI.h
View file

@ -152,6 +152,11 @@ SOFTWARE.
#define XI_CURSORKEYS "CURSORKEYS"
#define XI_FOOTMOUSE "FOOTMOUSE"
/* Properties understood by the server */
#define XI_PROP_ENABLED "Device Enabled"
#define XI_PROP_MODE "Device Mode"
#define Dont_Check 0
#define XInput_Initial_Release 1
#define XInput_Add_XDeviceBell 2