summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memory.c b/src/memory.c
index 63134ca..1f5c25d 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -21,7 +21,7 @@
21 21
22#include "memory.h" 22#include "memory.h"
23 23
24#define use_tapping 0 24#define use_tapping 1
25 25
26/* click area definition */ 26/* click area definition */
27#define CLICK_AREA(c) ((c->has_ibt ? 0.20 : 0.00) * get_cap_ysize(c)) 27#define CLICK_AREA(c) ((c->has_ibt ? 0.20 : 0.00) * get_cap_ysize(c))