+       if (common->wcmMTChan)
+       {
+               int mtc;
+
+               for (mtc = 1; mtc < common->wcmMTChan; mtc++)
+                       wcmEvent(common, mtc, &common->wcmChannel[mtc].work);
+               common->wcmMTChan = 0;
+       }

Opps, I decided to change this to support more then 2 fingers at last
minute at got logic wrong.  That should be "mtc <= common->wcmMTChan".

Chris

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to