summaryrefslogtreecommitdiff
path: root/test/grail-gesture.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/grail-gesture.c')
-rw-r--r--test/grail-gesture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/grail-gesture.c b/test/grail-gesture.c
index 8e34f84..c559661 100644
--- a/test/grail-gesture.c
+++ b/test/grail-gesture.c
@@ -102,6 +102,7 @@ int main(int argc, char *argv[])
102 fprintf(stderr, "error: could not open touch device\n"); 102 fprintf(stderr, "error: could not open touch device\n");
103 return -1; 103 return -1;
104 } 104 }
105 grail_filter_abs_events(&ge, 1);
105 loop_device(&ge, fd); 106 loop_device(&ge, fd);
106 grail_close(&ge, fd); 107 grail_close(&ge, fd);
107 108