diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/grail-gestures.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grail-gestures.c b/src/grail-gestures.c index 4262af7..a50ddca 100644 --- a/src/grail-gestures.c +++ b/src/grail-gestures.c | |||
| @@ -26,9 +26,9 @@ | |||
| 26 | 26 | ||
| 27 | static const float FM_SN[DIM_FM] = { 1000, 1000, 200, 1000 }; | 27 | static const float FM_SN[DIM_FM] = { 1000, 1000, 200, 1000 }; |
| 28 | static const float FM_BAR[DIM_FM] = { 50, 50, 30, 50 }; | 28 | static const float FM_BAR[DIM_FM] = { 50, 50, 30, 50 }; |
| 29 | static const grail_time_t FM_BAR_MS[DIM_FM] = { 300, 300, 10000, 10000 }; | 29 | static const grail_time_t FM_BAR_MS[DIM_FM] = { 200, 200, 10000, 10000 }; |
| 30 | static const grail_time_t SAMPLE_MS = 10; | 30 | static const grail_time_t SAMPLE_MS = 10; |
| 31 | static const float EPS = 1e-5; | 31 | static const float EPS = 1e-3; |
| 32 | 32 | ||
| 33 | static void compute_position(float *x, float *y, | 33 | static void compute_position(float *x, float *y, |
| 34 | const struct touch_frame *frame) | 34 | const struct touch_frame *frame) |
