mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-06 05:38:04 +02: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
|
double
|
||||||
trackpoint_accel_profile(struct motion_filter *filter,
|
trackpoint_accel_profile(struct motion_filter *filter,
|
||||||
void *data,
|
void *data,
|
||||||
double speed_in, /* 1000-dpi normalized */
|
double speed_in, /* device units/µs */
|
||||||
uint64_t time)
|
uint64_t time)
|
||||||
{
|
{
|
||||||
struct pointer_accelerator *accel_filter =
|
struct pointer_accelerator *accel_filter =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue