mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 03:30:05 +01:00
filter: fix a comment, the trackpoint profile uses device units
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9d7bd8e623
commit
577422f692
1 changed files with 1 additions and 1 deletions
|
|
@ -717,7 +717,7 @@ touchpad_lenovo_x230_accel_profile(struct motion_filter *filter,
|
|||
double
|
||||
trackpoint_accel_profile(struct motion_filter *filter,
|
||||
void *data,
|
||||
double speed_in, /* 1000-dpi normalized */
|
||||
double speed_in, /* device units/µs */
|
||||
uint64_t time)
|
||||
{
|
||||
struct pointer_accelerator *accel_filter =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue