Re: [PATCH libinput] tablet: fix get_x_transformed() and get_y_transformed()

2014-07-20 Thread Peter Hutterer
On Sun, Jul 20, 2014 at 04:41:29PM -0400, Stephen Chandler Paul wrote: > After we changed libinput to report values in millimeters as opposed to raw > coordinates, these two functions never got changed (probably because no one > used > them at the time). As a result, they would incorrectly try to

[PATCH libinput] tablet: fix get_x_transformed() and get_y_transformed()

2014-07-20 Thread Stephen Chandler Paul
After we changed libinput to report values in millimeters as opposed to raw coordinates, these two functions never got changed (probably because no one used them at the time). As a result, they would incorrectly try to scale the x and y axis values in millimeters to the specified height/width, inst