Re: [PATCH libinput 4/8] tablet: Merge PROXIMITY_IN and PROXIMITY_OUT into a single event

2015-02-17 Thread Peter Hutterer
On Mon, Feb 16, 2015 at 10:48:42PM -0500, Stephen Chandler Paul wrote: > There isn't much purpose in having proximity in and out as different events, > combining them into one single event is more consistent with the rest of the > API, and means less code for clients to have to work with. > > Sign

[PATCH libinput 4/8] tablet: Merge PROXIMITY_IN and PROXIMITY_OUT into a single event

2015-02-16 Thread Stephen Chandler Paul
There isn't much purpose in having proximity in and out as different events, combining them into one single event is more consistent with the rest of the API, and means less code for clients to have to work with. Signed-off-by: Stephen Chandler Paul --- src/evdev-tablet.c | 18 ++--