Rename noaccel to unaccel for consistency
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 17 Feb 2015 21:43:03 +0000 (07:43 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 18 Feb 2015 05:05:56 +0000 (15:05 +1000)
No functional changes, this affects the declaration only.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/libinput-private.h

index 14f5d674592799ae4e220c060f5356d0e3beea2b..410f39a8f3ae7019de30aa80b17507e37fdfb097 100644 (file)
@@ -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,