From: Chris Bagwell <[email protected]> This is patch set to fix two regressions. Patch 1 has been sent in the past but contains a cleanup suggested by Peter.
The rest are cleanups to how relative movement is scaled. I think we may be scaling relative values twice. Once in wcmRotateAndScale() and again using factorX/factorY. If this is found to be true, I can send an additional code to remove it altogether but this is a cleanup phase to help understand whats going on. Chris Bagwell (4): Init relative X/Y axis to use tablets min/max size Add comment describing factorX and factorY Make relative movement scaling logic consistent compute factorX/factorY from sizeX/sizeY. src/wcmCommon.c | 21 ++++++++------------- src/xf86Wacom.c | 16 ++++------------ 2 files changed, 12 insertions(+), 25 deletions(-) -- 1.7.3.4 ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
