diff options
| -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 eda1d38..04ff976 100644 --- a/src/grail-gestures.c +++ b/src/grail-gestures.c | |||
| @@ -23,8 +23,8 @@ | |||
| 23 | #include "grail-recognizer.h" | 23 | #include "grail-recognizer.h" |
| 24 | #include <math.h> | 24 | #include <math.h> |
| 25 | 25 | ||
| 26 | static const float FM_SN[DIM_FM] = { 200, 200, 200, 1000 }; | 26 | static const float FM_SN[DIM_FM] = { 1000, 1000, 200, 1000 }; |
| 27 | static const float FM_BAR[DIM_FM] = { 50, 50, 40, 50 }; | 27 | static const float FM_BAR[DIM_FM] = { 50, 50, 30, 50 }; |
| 28 | 28 | ||
| 29 | static void compute_position(float *x, float *y, | 29 | static void compute_position(float *x, float *y, |
| 30 | const struct touch_frame *frame) | 30 | const struct touch_frame *frame) |
