From 1e8aa1edc281132efa485f41741193af8ee13c8e Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 10 Aug 2010 13:09:08 +0100 Subject: always send pointer movement gestures Always send drag events for one-finger touches, but only filter the ABS_X/Y events if grail_filter_abs_events() is set to true. Signed-off-by: Henrik Rydberg --- include/grail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/grail.h') diff --git a/include/grail.h b/include/grail.h index a778618..908c508 100644 --- a/include/grail.h +++ b/include/grail.h @@ -89,6 +89,6 @@ void grail_close(struct grail *ge, int fd); void grail_get_units(struct grail_coord *min, struct grail_coord *max, const struct grail *ge); -int gru_use_pointer_gesture(struct grail *ge, int usage); +void grail_filter_abs_events(struct grail *ge, int usage); #endif -- cgit v1.2.3