On Sun, Jul 03, 2011 at 12:32:50PM -0500, Chris Bagwell wrote: > 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.
I agree. Otherwise it'd be impossible to click on a touch device, making it much less useful. Reviewed-by: Peter Hutterer <[email protected]> otherwise for that patch though Cheers, Peter ------------------------------------------------------------------------------ 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
