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

2016-04-15 Thread Yong Bakos
On Apr 14, 2016, at 8:54 PM, Jonas Ådahl wrote: > > On Thu, Apr 14, 2016 at 07:04:25PM -0500, Yong Bakos wrote: >> On Apr 14, 2016, at 3:23 PM, Dennis Kempin wrote: >>> >>> This CL updates the wl_touch interface with a shape and >>> orientation event.

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

2016-04-14 Thread Jonas Ådahl
On Thu, Apr 14, 2016 at 07:04:25PM -0500, Yong Bakos wrote: > On Apr 14, 2016, at 3:23 PM, Dennis Kempin wrote: > > > > This CL updates the wl_touch interface with a shape and > > orientation event. > > The shape/orientation of a touch point is not relevant for most UI >

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

2016-04-14 Thread Yong Bakos
On Apr 14, 2016, at 3:23 PM, Dennis Kempin wrote: > > This CL updates the wl_touch interface with a shape and > orientation event. > The shape/orientation of a touch point is not relevant for most UI > applications, but allows a better experience in some cases > such as

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

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