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

2014-06-25 Thread Peter Hutterer
On Wed, Jun 25, 2014 at 02:30:16AM -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 2/3] tablet: Replace tool-update with proximity-in

2014-06-24 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