mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 19:28:03 +02:00
Rename noaccel to unaccel for consistency
No functional changes, this affects the declaration only. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
65e077759b
commit
a138069d5c
1 changed files with 2 additions and 2 deletions
|
|
@ -283,8 +283,8 @@ pointer_notify_motion(struct libinput_device *device,
|
||||||
uint64_t time,
|
uint64_t time,
|
||||||
double dx,
|
double dx,
|
||||||
double dy,
|
double dy,
|
||||||
double dx_noaccel,
|
double dx_unaccel,
|
||||||
double dy_noaccel);
|
double dy_unaccel);
|
||||||
|
|
||||||
void
|
void
|
||||||
pointer_notify_motion_absolute(struct libinput_device *device,
|
pointer_notify_motion_absolute(struct libinput_device *device,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue