Re: [PATCH libinput v2 2/5] tablet: Replace tool-update with proximity-in

2014-06-26 Thread Peter Hutterer
On Thu, Jun 26, 2014 at 02:31:19AM -0400, Stephen Chandler Paul wrote: > A proximity-in event is something we want, especially since the current > drafted > wayland spec has a proximity-in event. Adding this also makes our events more > consistent. And since we can just report the current tool in

[PATCH libinput v2 2/5] tablet: Replace tool-update with proximity-in

2014-06-25 Thread Stephen Chandler Paul
A proximity-in event is something we want, especially since the current drafted wayland spec has a proximity-in event. Adding this also makes our events more consistent. And since we can just report the current tool in use with proximity-in events, we can get rid of the tool-update event. Signed-o