From e13605ea40cfc671314a0086c75b917564298b55 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 23 Jun 2009 14:09:22 +1000 Subject: 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 --- include/xserver-properties.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 */ -- cgit v1.2.3