mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 22:10:05 +01: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,
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue