Re: [PATCH libinput 4/5] tablet: copy the axis state into the tablet event

2014-06-26 Thread Peter Hutterer
On Thu, Jun 26, 2014 at 06:02:51PM -0400, Stephen Chandler Paul wrote: > From: Peter Hutterer > > The tablet state updates with each event during libinput_dispatch(), but the > state in the event must reflect the state at the time of the event. > > Signed-off-by: Peter Hutterer > Signed-off-by:

Re: [PATCH libinput 4/5] tablet: copy the axis state into the tablet event

2014-06-26 Thread Peter Hutterer
On Thu, Jun 26, 2014 at 06:02:51PM -0400, Stephen Chandler Paul wrote: > From: Peter Hutterer > > The tablet state updates with each event during libinput_dispatch(), but the > state in the event must reflect the state at the time of the event. > > Signed-off-by: Peter Hutterer > Signed-off-by:

[PATCH libinput 4/5] tablet: copy the axis state into the tablet event

2014-06-26 Thread Stephen Chandler Paul
From: Peter Hutterer The tablet state updates with each event during libinput_dispatch(), but the state in the event must reflect the state at the time of the event. Signed-off-by: Peter Hutterer Signed-off-by: Stephen Chandler Paul --- src/libinput.c | 5 ++-- test/tablet.c | 83 ++