diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-08 11:18:35 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-08 12:05:20 +0200 |
| commit | 110d9b707d42d6ae8dbb2ee6a72af24425f5b861 (patch) | |
| tree | c2323542065154066b1ec84d5a2127366717bb93 | |
| parent | 3c63b1e6cc9eb7379e7687a5faec778c5dbfdc98 (diff) | |
Trim the bars for action somewhat
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
| -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) |
