summaryrefslogtreecommitdiff
path: root/XI.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2008-07-29 08:58:53 +0930
committerPeter Hutterer <peter.hutterer@who-t.net>2008-07-29 09:08:04 +0930
commit0daf8328cfa90b038753fc409c5eb05ba3fac6d5 (patch)
treee666e1cce3f25e05411cb0301e6232e0fa7218b5 /XI.h
parent0d300ce64c277f4f7c7fe5fd6dca1ed768880af1 (diff)
Add DeviceControlChanged define.
This value is used for the devchange field in the DevicePresenceNotify event when a device's control has been modified.
Diffstat (limited to 'XI.h')
-rw-r--r--XI.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/XI.h b/XI.h
index 328e224..efcfc78 100644
--- a/XI.h
+++ b/XI.h
@@ -303,7 +303,8 @@ SOFTWARE.
#define DeviceRemoved 1
#define DeviceEnabled 2
#define DeviceDisabled 3
-#define DeviceUnrecoverable 4
+#define DeviceUnrecoverable 4
+#define DeviceControlChanged 5
/* ChangeHierarchy constants */