diff options
-rw-r--r-- | XI.h | 7 | ||||
-rw-r--r-- | XI2.h | 6 |
2 files changed, 6 insertions, 7 deletions
@@ -274,13 +274,6 @@ SOFTWARE. #define DeviceUnrecoverable 4 #define DeviceControlChanged 5 - -/* ChangeHierarchy constants */ -#define CH_CreateMasterDevice 1 -#define CH_RemoveMasterDevice 2 -#define CH_AttachSlave 3 -#define CH_DetachSlave 4 - #define AttachToMaster 1 #define Floating 2 @@ -39,6 +39,12 @@ #define HF_DeviceEnabled (1 << 6) #define HF_DeviceDisabled (1 << 7) +/* ChangeHierarchy constants */ +#define CH_CreateMasterDevice 1 +#define CH_RemoveMasterDevice 2 +#define CH_AttachSlave 3 +#define CH_DetachSlave 4 + /* Valuator modes */ #define ModeRelative 0 #define ModeAbsolute 1 |