From f7ddb42644c428c6b375107864b7ad435c2988d8 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 16 Oct 2010 14:45:57 +0200 Subject: Turn tapping on by default The current lack of configuration possibilities makes it reasonable to turn tapping on by default, if nothing else for discoverability reasons. Turn turn off, just change the value in src/memory.c. Signed-off-by: Henrik Rydberg --- src/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3