From: Peter Hutterer Date: Tue, 17 Feb 2015 21:43:03 +0000 (+1000) Subject: Rename noaccel to unaccel for consistency X-Git-Tag: 0.11.0~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a138069d5c8ce23dd9fafa3ff89d89a8bed9b1b0;p=platform%2Fupstream%2Flibinput.git Rename noaccel to unaccel for consistency No functional changes, this affects the declaration only. Signed-off-by: Peter Hutterer --- 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,