summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-08 11:18:35 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-08 12:05:20 +0200
commit110d9b707d42d6ae8dbb2ee6a72af24425f5b861 (patch)
treec2323542065154066b1ec84d5a2127366717bb93
parent3c63b1e6cc9eb7379e7687a5faec778c5dbfdc98 (diff)
Trim the bars for action somewhat
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
-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)