[PATCH libinput 2/4] filter: fix a comment, 400 isn't hard-coded anymore
Peter Hutterer
peter.hutterer at who-t.net
Sun Nov 30 16:04:38 PST 2014
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
src/filter.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/filter.h b/src/filter.h
index 0dc081b..9b12618 100644
--- a/src/filter.h
+++ b/src/filter.h
@@ -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;
--
2.1.0
More information about the wayland-devel
mailing list