diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/synaptics.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synaptics.c b/src/synaptics.c index 16eca6b..774c804 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -124,8 +124,10 @@ static Bool DeviceOff(DeviceIntPtr); static Bool DeviceClose(DeviceIntPtr); static Bool QueryHardware(LocalDevicePtr); +#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 3 void InitDeviceProperties(LocalDevicePtr local); Bool SetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr prop); +#endif InputDriverRec SYNAPTICS = { 1, |