summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-10 13:09:08 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-08-10 15:04:18 +0100
commit1e8aa1edc281132efa485f41741193af8ee13c8e (patch)
treeb8c3681380518373bfa6bd5f58550acab4b32065 /include
parentda425afd6199995ac7b6f23bf8744a435cc02e23 (diff)
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 <rydberg@euromail.se>
Diffstat (limited to 'include')
-rw-r--r--include/grail.h2
1 files changed, 1 insertions, 1 deletions
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);
89void grail_get_units(struct grail_coord *min, struct grail_coord *max, 89void grail_get_units(struct grail_coord *min, struct grail_coord *max,
90 const struct grail *ge); 90 const struct grail *ge);
91 91
92int gru_use_pointer_gesture(struct grail *ge, int usage); 92void grail_filter_abs_events(struct grail *ge, int usage);
93 93
94#endif 94#endif