summaryrefslogtreecommitdiff
path: root/src/synapticsstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/synapticsstr.h')
-rw-r--r--src/synapticsstr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synapticsstr.h b/src/synapticsstr.h
index 7972a9c..a6513db 100644
--- a/src/synapticsstr.h
+++ b/src/synapticsstr.h
@@ -331,4 +331,8 @@ struct _SynapticsPrivateRec {
int num_active_touches; /* Number of active touches on device */
};
+void InitDeviceProperties(InputInfoPtr pInfo);
+int SetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr prop,
+ BOOL checkonly);
+
#endif /* _SYNAPTICSSTR_H_ */