Input: Widen pointer acceleration types to double
This widens almost all of the float-using code in ptrveloc.[ch] to doubles, other than values coming from properties which are specified to be floats by the property API. Bumps input API to v14 as this changes the AccelScheme signature, as used by xf86-input-synaptics. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
committed by
Peter Hutterer
parent
8a4a4e1b8a
commit
2b8f1d07bd
@@ -83,7 +83,7 @@ typedef enum {
|
||||
*/
|
||||
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
|
||||
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(11, 0)
|
||||
#define ABI_XINPUT_VERSION SET_ABI_VERSION(13, 0)
|
||||
#define ABI_XINPUT_VERSION SET_ABI_VERSION(14, 0)
|
||||
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(6, 0)
|
||||
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user