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

2016-04-19 Thread Pekka Paalanen
On Tue, 19 Apr 2016 08:28:10 -0500 Yong Bakos wrote: > On Apr 18, 2016, at 11:49 PM, Peter Hutterer wrote: > > On Mon, Apr 18, 2016 at 12:36:39PM +0800, Jonas Ådahl wrote: > >> On Fri, Apr 15, 2016 at 08:01:35AM -0700, Dennis Kempin wrote: > >>> This CL updates the wl_touch interface with a

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

2016-04-19 Thread Yong Bakos
On Apr 18, 2016, at 11:49 PM, Peter Hutterer wrote: > On Mon, Apr 18, 2016 at 12:36:39PM +0800, Jonas Ådahl wrote: >> On Fri, Apr 15, 2016 at 08:01:35AM -0700, Dennis Kempin wrote: >>> This CL updates the wl_touch interface with a shape and >>> orientation event. >>> The shape/orientation of a tou

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

2016-04-18 Thread Jonas Ådahl
On Tue, Apr 19, 2016 at 02:49:50PM +1000, Peter Hutterer wrote: > On Mon, Apr 18, 2016 at 12:36:39PM +0800, Jonas Ådahl wrote: > > On Fri, Apr 15, 2016 at 08:01:35AM -0700, Dennis Kempin wrote: > > > This CL updates the wl_touch interface with a shape and > > > orientation event. > > > The shape/or

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

2016-04-18 Thread Peter Hutterer
On Mon, Apr 18, 2016 at 12:36:39PM +0800, Jonas Ådahl wrote: > On Fri, Apr 15, 2016 at 08:01:35AM -0700, 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, b

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

2016-04-17 Thread Jonas Ådahl
On Fri, Apr 15, 2016 at 08:01:35AM -0700, 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 drawing apps. >

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

2016-04-15 Thread Dennis Kempin
- Fixed the rebase error, some typos and formatting as suggested by Yong. - I did not notice that the file is mixing tabs and spaces, so I fixed that as well. - Split the event into orientation and shape as suggested by Peter. On Fri, Apr 15, 2016 at 8:01 AM, Dennis Kempin wrote: > This CL update

[PATCH v3] protocol: Extend wl_touch with touchpoint shape and orientation

2016-04-15 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 in