Re: [PATCH libinput 2/2] tablet: Add TABLET_FRAME event

2014-07-15 Thread Peter Hutterer
On Sun, Jul 13, 2014 at 07:19:29PM -0400, Stephen Chandler Paul wrote: > This event is used to signify the end of a sequence of events from the tablet. > This is required since the wayland protocol for tablets also has a frame > event, > and it's impossible to tell where an event frame ends if lib

[PATCH libinput 2/2] tablet: Add TABLET_FRAME event

2014-07-13 Thread Stephen Chandler Paul
This event is used to signify the end of a sequence of events from the tablet. This is required since the wayland protocol for tablets also has a frame event, and it's impossible to tell where an event frame ends if libinput doesn't tell us. Signed-off-by: Stephen Chandler Paul --- src/evdev-tab