The axis range must not be modified at runtime. XI2 allows for it (we don't have the hooks for it in the server though), but changing the axis range after a client has started up means the client processes events wrong.
Signed-off-by: Peter Hutterer <[email protected]> --- src/wcmXCommand.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/wcmXCommand.c b/src/wcmXCommand.c index 0584460..6579142 100644 --- a/src/wcmXCommand.c +++ b/src/wcmXCommand.c @@ -608,8 +608,6 @@ int wcmSetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr prop, priv->topY = area->topY = values[1]; priv->bottomX = area->bottomX = values[2]; priv->bottomY = area->bottomY = values[3]; - wcmInitialCoordinates(pInfo, 0); - wcmInitialCoordinates(pInfo, 1); } } else if (property == prop_pressurecurve) { -- 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
