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

2014-07-21 Thread Peter Hutterer
On Sun, Jul 20, 2014 at 10:20:41PM -0400, Stephen Chandler Paul wrote: > Because the values for each axis were stored in struct tablet_dispatch in > millimeters, coordinates were not being translated properly to screen > coordinates. This stores the values internally as raw coordinates, and only >

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

2014-07-20 Thread Stephen Chandler Paul
Because the values for each axis were stored in struct tablet_dispatch in millimeters, coordinates were not being translated properly to screen coordinates. This stores the values internally as raw coordinates, and only translates them to millimeters if the client asks for it. Changes since last p