These options should always refer to the physical tablet's coordinates. Besides, I don't think anything actually accesses these options after the init process.
Signed-off-by: Peter Hutterer <[email protected]> --- src/wcmCommon.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/wcmCommon.c b/src/wcmCommon.c index 688062e..6be88db 100644 --- a/src/wcmCommon.c +++ b/src/wcmCommon.c @@ -1533,14 +1533,6 @@ static void rotateOneTool(WacomDevicePtr priv) wcmInitialCoordinates(priv->pInfo, 0); wcmInitialCoordinates(priv->pInfo, 1); - if (tmpTopX != priv->topX) - xf86ReplaceIntOption(priv->pInfo->options, "TopX", priv->topX); - if (tmpTopY != priv->topY) - xf86ReplaceIntOption(priv->pInfo->options, "TopY", priv->topY); - if (tmpBottomX != priv->bottomX) - xf86ReplaceIntOption(priv->pInfo->options, "BottomX", priv->bottomX); - if (tmpBottomY != priv->bottomY) - xf86ReplaceIntOption(priv->pInfo->options, "BottomY", priv->bottomY); } /***************************************************************************** -- 1.7.2.3 ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
