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:
Peter Hutterer 2014-11-28 10:00:30 +10:00
parent 188d20b201
commit 4f84bad9eb

View file

@ -29,7 +29,7 @@
#include <stdint.h>
struct motion_params {
double dx, dy; /* in units/ms @ 400dpi */
double dx, dy; /* in units/ms @ DEFAULT_MOUSE_DPI resolution */
};
struct motion_filter;