summaryrefslogtreecommitdiff
path: root/src/synapticsstr.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-05 17:08:13 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-05 17:08:13 -0800
commita9bf2939f0a6536a792515d6fda29a7c754274c6 (patch)
tree7eb4feb3234958a0b9719b33dcbf7a65f1dda72b /src/synapticsstr.h
parentf52912d06279d4c32e5031d1416f2f273bb42116 (diff)
Handle 5 -Wmissing-prototypes warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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_ */