summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/grail-gestures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grail-gestures.c b/src/grail-gestures.c
index 4bd83b3..ed937a4 100644
--- a/src/grail-gestures.c
+++ b/src/grail-gestures.c
@@ -26,7 +26,7 @@
26 26
27static const float FM_SN[DIM_FM] = { 1000, 1000, 200, 1000 }; 27static const float FM_SN[DIM_FM] = { 1000, 1000, 200, 1000 };
28static const float FM_BAR[DIM_FM] = { 50, 50, 30, 50 }; 28static const float FM_BAR[DIM_FM] = { 50, 50, 30, 50 };
29static const grail_time_t FM_BAR_MS[DIM_FM] = { 200, 200, 10000, 10000 }; 29static const grail_time_t FM_BAR_MS[DIM_FM] = { 300, 300, 10000, 10000 };
30static const grail_time_t SAMPLE_MS = 10; 30static const grail_time_t SAMPLE_MS = 10;
31static const float EPS = 1e-3; 31static const float EPS = 1e-3;
32 32