mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 20:08:26 +02:00
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:
parent
5f68665108
commit
fe74239e93
1 changed files with 5 additions and 0 deletions
5
XI.h
5
XI.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue