On Sat, Jul 2, 2011 at 8:03 PM, <[email protected]> wrote: > /* parsing gesture mode according to 2FGT data */ > void wcmGestureFilter(WacomDevicePtr priv, int channel) > { > @@ -313,7 +339,10 @@ ret: > * to detect second touch. > */ > if (common->wcmGesture && !channel && !common->wcmGestureMode) > + { > wcmSingleFingerTap(priv); > + wcmSingleFingerPress(priv); > + } > } >
The touchscreen wcmSingleFingerPress() should probably be called even when wcmGesture is disabled. I'll update soon. Chris ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
