diff options
Diffstat (limited to 'src/memory.c')
| -rw-r--r-- | src/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
