Re: [PATCH v2] protocol: Extend wl_touch with touchpoint shape event

2016-04-18 Thread Peter Hutterer
On Mon, Apr 18, 2016 at 04:49:46PM +0200, Andreas Pokorny wrote: > Hi, > Some questions below.. > > On Wed, Apr 6, 2016 at 11:52 PM, Peter Hutterer > wrote: > > > On Wed, Apr 06, 2016 at 10:17:35AM -0700, Dennis Kempin wrote: > > > On Tue, Apr 5, 2016 at 5:26 PM, Peter Hutterer > > wrote: > > >

Re: [PATCH v2] protocol: Extend wl_touch with touchpoint shape event

2016-04-18 Thread Andreas Pokorny
Hi, Some questions below.. On Wed, Apr 6, 2016 at 11:52 PM, Peter Hutterer wrote: > On Wed, Apr 06, 2016 at 10:17:35AM -0700, Dennis Kempin wrote: > > On Tue, Apr 5, 2016 at 5:26 PM, Peter Hutterer > wrote: > > > On Tue, Apr 05, 2016 at 01:09:31PM -0700, Dennis Kempin wrote: > > >> [...] > > >>

Re: [PATCH v2] protocol: Extend wl_touch with touchpoint shape event

2016-04-06 Thread Peter Hutterer
On Wed, Apr 06, 2016 at 10:17:35AM -0700, Dennis Kempin wrote: > On Tue, Apr 5, 2016 at 5:26 PM, Peter Hutterer > wrote: > > On Tue, Apr 05, 2016 at 01:09:31PM -0700, Dennis Kempin wrote: > >> This CL updates the wl_touch interface with a shape event. > >> The shape of a touch point is not releva

Re: [PATCH v2] protocol: Extend wl_touch with touchpoint shape event

2016-04-06 Thread Dennis Kempin
On Tue, Apr 5, 2016 at 5:26 PM, Peter Hutterer wrote: > On Tue, Apr 05, 2016 at 01:09:31PM -0700, Dennis Kempin wrote: >> This CL updates the wl_touch interface with a shape event. >> The shape of a touch point is not relevant for most UI >> applications, but allows a better experience in some cas

Re: [PATCH v2] protocol: Extend wl_touch with touchpoint shape event

2016-04-05 Thread Peter Hutterer
On Tue, Apr 05, 2016 at 01:09:31PM -0700, Dennis Kempin wrote: > This CL updates the wl_touch interface with a shape event. > The shape of a touch point is not relevant for most UI > applications, but allows a better experience in some cases > such as drawing app. > > The shape event is used by th

[PATCH v2] protocol: Extend wl_touch with touchpoint shape event

2016-04-05 Thread Dennis Kempin
This CL updates the wl_touch interface with a shape event. The shape of a touch point is not relevant for most UI applications, but allows a better experience in some cases such as drawing app. The shape event is used by the compositor to inform the client about changes in the shape of a touchpoin