Re: [PATCH v2 weston 01/13] tablet: Add initial tablet support to weston

2016-05-08 Thread Peter Hutterer
On Sat, Apr 30, 2016 at 05:57:21PM +0800, Jonas Ådahl wrote: > On Wed, Feb 03, 2016 at 03:28:05PM +1000, Peter Hutterer wrote: > > From: Stephen Chandler Paul > > > > Introduces two new structs, weston_tablet and weston_tablet_tool with the > > respective information as it's used on the protocol.

Re: [PATCH v2 weston 01/13] tablet: Add initial tablet support to weston

2016-04-30 Thread Jonas Ådahl
On Wed, Feb 03, 2016 at 03:28:05PM +1000, Peter Hutterer wrote: > From: Stephen Chandler Paul > > Introduces two new structs, weston_tablet and weston_tablet_tool with the > respective information as it's used on the protocol. > > Note that tools are independent of tablets, many tools can be use

[PATCH v2 weston 01/13] tablet: Add initial tablet support to weston

2016-02-02 Thread Peter Hutterer
From: Stephen Chandler Paul Introduces two new structs, weston_tablet and weston_tablet_tool with the respective information as it's used on the protocol. Note that tools are independent of tablets, many tools can be used across multiple tablets. The nesting on the protocol level requires a glo