summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/grail-gestures.c4
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
26static const float FM_SN[DIM_FM] = { 200, 200, 200, 1000 }; 26static const float FM_SN[DIM_FM] = { 1000, 1000, 200, 1000 };
27static const float FM_BAR[DIM_FM] = { 50, 50, 40, 50 }; 27static const float FM_BAR[DIM_FM] = { 50, 50, 30, 50 };
28 28
29static void compute_position(float *x, float *y, 29static void compute_position(float *x, float *y,
30 const struct touch_frame *frame) 30 const struct touch_frame *frame)