diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/synaptics.c | 4 | ||||
-rw-r--r-- | src/synapticsstr.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/synaptics.c b/src/synaptics.c index 2fd77f6..70d8809 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -140,10 +140,6 @@ static void CalculateScalingCoeffs(SynapticsPrivate * priv); #endif static void SanitizeDimensions(InputInfoPtr pInfo); -void InitDeviceProperties(InputInfoPtr pInfo); -int SetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr prop, - BOOL checkonly); - const static struct { const char *name; struct SynapticsProtocolOperations *proto_ops; 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_ */ |