diff options
Diffstat (limited to 'src/grail-gestures.c')
| -rw-r--r-- | src/grail-gestures.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grail-gestures.c b/src/grail-gestures.c index 458f60d..2c0fc40 100644 --- a/src/grail-gestures.c +++ b/src/grail-gestures.c | |||
| @@ -24,10 +24,10 @@ | |||
| 24 | #include "grail-impl.h" | 24 | #include "grail-impl.h" |
| 25 | #include <math.h> | 25 | #include <math.h> |
| 26 | 26 | ||
| 27 | static const float FM_SN[DIM_FM] = { 1000, 1000, 200, 1000 }; | 27 | static const float FM_SN[DIM_FM] = { 1000, 1000, 1000, 1000 }; |
| 28 | static const float FM_BAR[DIM_FM] = { 50, 50, 30, 50 }; | 28 | static const float FM_BAR[DIM_FM] = { 50, 50, 50, 50 }; |
| 29 | static const grail_time_t FM_BAR_MS[DIM_FM] = { 300, 300, 10000, 10000 }; | ||
| 30 | static const grail_time_t FM_HOLD_MS[DIM_FM] = { 60, 60, 60, 60 }; | 29 | static const grail_time_t FM_HOLD_MS[DIM_FM] = { 60, 60, 60, 60 }; |
| 30 | static const grail_time_t FM_BAR_MS[DIM_FM] = { 300, 300, 500, 500 }; | ||
| 31 | static const grail_time_t SAMPLE_MS = 10; | 31 | static const grail_time_t SAMPLE_MS = 10; |
| 32 | static const float EPS = 1e-3; | 32 | static const float EPS = 1e-3; |
| 33 | 33 | ||
