diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2008-07-13 18:40:53 +0930 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2008-07-13 20:54:33 +0930 |
commit | 5bcc45e07e8726a5442567472dd29cfb5c901f2d (patch) | |
tree | 231436a1967b3fbcf0e9a929b67204f68378afb5 /Xi/xiproperty.h | |
parent | c9eb0e870c87d291311491452adf7f91a911e24b (diff) |
Xi: expose Enable/DisableDevice through XI_PROP_ENABLED property.
Diffstat (limited to 'Xi/xiproperty.h')
-rw-r--r-- | Xi/xiproperty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Xi/xiproperty.h b/Xi/xiproperty.h index e31cdad0a..47ba0eae3 100644 --- a/Xi/xiproperty.h +++ b/Xi/xiproperty.h @@ -40,4 +40,6 @@ int SProcXChangeDeviceProperty (ClientPtr client); int SProcXDeleteDeviceProperty (ClientPtr client); int SProcXGetDeviceProperty (ClientPtr client); +void XIInitKnownProperties(void); + #endif /* XIPROPERTY_C */ |