diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-06-23 14:09:22 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-01 08:46:31 +1000 |
commit | e13605ea40cfc671314a0086c75b917564298b55 (patch) | |
tree | 0ea36cc1e74ad58a26ebdb6757a520e8c5c8e1b2 /Xi | |
parent | 0814f511d56a89c7b1868b17eba7a89f990b9ab1 (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 'Xi')
-rw-r--r-- | Xi/xiproperty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xi/xiproperty.c b/Xi/xiproperty.c index 396061f80..55f20c402 100644 --- a/Xi/xiproperty.c +++ b/Xi/xiproperty.c @@ -51,6 +51,7 @@ static struct dev_properties char *name; } dev_properties[] = { {0, XI_PROP_ENABLED}, + {0, XI_PROP_XTST_DEVICE}, {0, XATOM_FLOAT}, {0, ACCEL_PROP_PROFILE_NUMBER}, {0, ACCEL_PROP_CONSTANT_DECELERATION}, |