summaryrefslogtreecommitdiff
path: root/src/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.c')
-rw-r--r--src/memory.c2
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 */
31static const int FINGER_ATTACK_MS = 40; 31static const int FINGER_ATTACK_MS = 40;
32static const int FINGER_DECAY_MS = 120; 32static const int FINGER_DECAY_MS = 120;
33static const int FINGER_CORNER_MS = 150; 33static const int FINGER_CORNER_MS = 300;
34 34
35static inline int dxval(const struct FingerState *a, 35static inline int dxval(const struct FingerState *a,
36 const struct FingerState *b) 36 const struct FingerState *b)