Signed-off-by: Peter Hutterer <[email protected]>
---
 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

_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to