aboutsummaryrefslogtreecommitdiffstats
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 63134ca..1f5c25d 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -21,7 +21,7 @@
#include "memory.h"
-#define use_tapping 0
+#define use_tapping 1
/* click area definition */
#define CLICK_AREA(c) ((c->has_ibt ? 0.20 : 0.00) * get_cap_ysize(c))