Advertisement
Guest User

wacom patch

a guest
Dec 6th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.09 KB | None | 0 0
  1. commit dcf51084975b0e3f2d1167a67ca547646c43d4e7
  2. Author: ruleh <ruleh@gmx.de>
  3. Date:   Fri Dec 6 22:28:32 2019 +0100
  4.  
  5.     step2
  6.  
  7. diff --git a/wcmTouchFilter.c b/wcmTouchFilter.c
  8. index 423a893..4ac4232 100644
  9. --- a/wcmTouchFilter.c
  10. +++ b/wcmTouchFilter.c
  11. @@ -319,8 +319,8 @@ static void wcmSingleFingerTap(WacomDevicePtr priv)
  12.     DBG(10, priv, "\n");
  13.  
  14.     /* This gesture is only valid on touchpads. */
  15. -   if (TabletHasFeature(priv->common, WCM_LCD))
  16. -       return;
  17. +// if (TabletHasFeature(priv->common, WCM_LCD))
  18. +//     return;
  19.  
  20.     if (!ds[0].proximity && dsLast[0].proximity && !ds[1].proximity)
  21.     {
  22. @@ -561,7 +561,7 @@ ret:
  23.     if (!common->wcmGesture) {
  24.         if (common->wcmGestureMode == GESTURE_NONE_MODE) {
  25.             if (TabletHasFeature(common, WCM_LCD))
  26. -               common->wcmGestureMode = GESTURE_MULTITOUCH_MODE;
  27. +               common->wcmGestureMode = GESTURE_LAG_MODE;
  28.             else if (ds[1].proximity)
  29.                 common->wcmGestureMode = GESTURE_LAG_MODE;
  30.         }
  31. @@ -576,7 +576,7 @@ ret:
  32.         touch_id == 0)
  33.     {
  34.         wcmSingleFingerTap(priv);
  35. -       wcmSingleFingerPress(priv);
  36. +       //wcmSingleFingerPress(priv);
  37.     }
  38.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement