summaryrefslogtreecommitdiff
path: root/include/xserver-properties.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-06-23 14:09:22 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-07-01 08:46:31 +1000
commite13605ea40cfc671314a0086c75b917564298b55 (patch)
tree0ea36cc1e74ad58a26ebdb6757a520e8c5c8e1b2 /include/xserver-properties.h
parent0814f511d56a89c7b1868b17eba7a89f990b9ab1 (diff)
dix: introduce "Xtst Device" label property.
Xtst devices get this property assigned automatically so they can be detected easily by a client. The property is read-only. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include/xserver-properties.h')
-rw-r--r--include/xserver-properties.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xserver-properties.h b/include/xserver-properties.h
index 9b3b7bf8d..0f18dbc45 100644
--- a/include/xserver-properties.h
+++ b/include/xserver-properties.h
@@ -32,6 +32,8 @@
/* BOOL. 0 - device disabled, 1 - device enabled */
#define XI_PROP_ENABLED "Device Enabled"
+/* BOOL. If present, device is a virtual Xtst device */
+#define XI_PROP_XTST_DEVICE "Xtst Device"
/* Pointer acceleration properties */
/* INTEGER of any format */