From a138069d5c8ce23dd9fafa3ff89d89a8bed9b1b0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 18 Feb 2015 07:43:03 +1000 Subject: [PATCH] Rename noaccel to unaccel for consistency No functional changes, this affects the declaration only. Signed-off-by: Peter Hutterer --- src/libinput-private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libinput-private.h b/src/libinput-private.h index 14f5d674..410f39a8 100644 --- a/src/libinput-private.h +++ b/src/libinput-private.h @@ -283,8 +283,8 @@ pointer_notify_motion(struct libinput_device *device, uint64_t time, double dx, double dy, - double dx_noaccel, - double dy_noaccel); + double dx_unaccel, + double dy_unaccel); void pointer_notify_motion_absolute(struct libinput_device *device,