aboutsummaryrefslogtreecommitdiffstats
path: root/src/memory.c
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-10-16 14:45:57 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-10-16 16:26:49 +0200
commitf7ddb42644c428c6b375107864b7ad435c2988d8 (patch)
tree37e5057a2baac95b7b521a9d66849a12c51912c4 /src/memory.c
parent8e156a03b221f8857778b9e91d8ea07852b866e2 (diff)
downloadxorg-input-kobomultitouch-f7ddb42644c428c6b375107864b7ad435c2988d8.tar.gz
xorg-input-kobomultitouch-f7ddb42644c428c6b375107864b7ad435c2988d8.tar.bz2
xorg-input-kobomultitouch-f7ddb42644c428c6b375107864b7ad435c2988d8.zip
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 <rydberg@euromail.se>
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))