diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gestures.c | 2 | ||||
| -rw-r--r-- | src/memory.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gestures.c b/src/gestures.c index 663f1a4..a5a17ca 100644 --- a/src/gestures.c +++ b/src/gestures.c | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | #include "gestures.h" | 26 | #include "gestures.h" |
| 27 | 27 | ||
| 28 | static const int FINGER_THUMB_MS = 400; | 28 | static const int FINGER_THUMB_MS = 600; |
| 29 | static const int BUTTON_HOLD_MS = 200; | 29 | static const int BUTTON_HOLD_MS = 200; |
| 30 | 30 | ||
| 31 | /** | 31 | /** |
diff --git a/src/memory.c b/src/memory.c index 748aa07..cd88d7a 100644 --- a/src/memory.c +++ b/src/memory.c | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | /* timer for cursor stability on finger touch/release */ | 30 | /* timer for cursor stability on finger touch/release */ |
| 31 | static const int FINGER_ATTACK_MS = 40; | 31 | static const int FINGER_ATTACK_MS = 40; |
| 32 | static const int FINGER_DECAY_MS = 120; | 32 | static const int FINGER_DECAY_MS = 120; |
| 33 | static const int FINGER_CORNER_MS = 150; | 33 | static const int FINGER_CORNER_MS = 300; |
| 34 | 34 | ||
| 35 | static inline int dxval(const struct FingerState *a, | 35 | static inline int dxval(const struct FingerState *a, |
| 36 | const struct FingerState *b) | 36 | const struct FingerState *b) |
