mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 13:38:40 +02:00
filter: fix a comment, 400 isn't hard-coded anymore
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
188d20b201
commit
4f84bad9eb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
struct motion_params {
|
struct motion_params {
|
||||||
double dx, dy; /* in units/ms @ 400dpi */
|
double dx, dy; /* in units/ms @ DEFAULT_MOUSE_DPI resolution */
|
||||||
};
|
};
|
||||||
|
|
||||||
struct motion_filter;
|
struct motion_filter;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue