Signed-off-by: Chase Douglas <[email protected]>
---
 src/synaptics.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/synaptics.c b/src/synaptics.c
index aeb19ef..8409417 100644
--- a/src/synaptics.c
+++ b/src/synaptics.c
@@ -2598,9 +2598,9 @@ HandleTouches(InputInfoPtr pInfo, struct SynapticsHwState 
*hw)
     Bool restart_touches = FALSE;
     int i;
 
-    if (para->click_action[F3_CLICK1])
+    if (para->click_action[F3_CLICK1] || para.tap_action[F3_TAP])
         min_touches = 4;
-    else if (para->click_action[F2_CLICK1])
+    else if (para->click_action[F2_CLICK1] || para.tap_action[F2_TAP])
         min_touches = 3;
 
     /* Count new number of active touches */
-- 
1.7.8.3

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to