summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gestures-tapping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gestures-tapping.c b/src/gestures-tapping.c
index b2acae8..8727639 100644
--- a/src/gestures-tapping.c
+++ b/src/gestures-tapping.c
@@ -25,7 +25,7 @@
25 25
26static const int TAP_MIN_GAP_MS = 25; 26static const int TAP_MIN_GAP_MS = 25;
27 27
28static const int fm_mask = 0x03; 28static const int fm_mask = 0x07;
29 29
30static void set_props(const struct gesture_inserter *gin, 30static void set_props(const struct gesture_inserter *gin,
31 struct tapping_model *s, const struct move_model *m, 31 struct tapping_model *s, const struct move_model *m,