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

2016-11-16 Thread Daniel Stone
Hi, On 14 November 2016 at 18:12, Dennis Kempin wrote: > Thanks for the reviews guys! > > The patch for Exosphere is not fully done yet, but I'll post it here once I > got it polished up. > > What are the next steps to merge this patch now that has been reviewed? No

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

2016-11-14 Thread Daniel Stone
Hi Dennis, On 11 November 2016 at 19:40, 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

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

2016-11-13 Thread Peter Hutterer
On Fri, Nov 11, 2016 at 11:40:55AM -0800, 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 v6] protocol: Extend wl_touch with touchpoint shape and orientation

2016-11-12 Thread Yong Bakos
Hi Dennis, > On Nov 11, 2016, at 11:40 AM, 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

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

2016-11-11 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

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

2016-11-11 Thread Dennis Kempin
Good catch, I did not notice that. Another patch is coming! On Mon, Nov 7, 2016 at 3:23 AM Daniel Stone wrote: > Hi Dennis, > > On 4 November 2016 at 16:31, Dennis Kempin > wrote: > > This CL updates the wl_touch interface with a shape and > >

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

2016-11-07 Thread Daniel Stone
Hi Dennis, On 4 November 2016 at 16:31, 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 >

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

2016-11-04 Thread Yong Bakos
On Nov 4, 2016, at 9:31 AM, 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 v6] protocol: Extend wl_touch with touchpoint shape and orientation

2016-11-04 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

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

2016-11-04 Thread Dennis Kempin
Thanks for catching my ESL mistakes, Yong! :) I am uploading an updated version! On Thu, Nov 3, 2016 at 7:39 PM Yong Bakos wrote: > Hi Dennis, > > > On Nov 3, 2016, at 3:52 PM, Dennis Kempin > wrote: > > > > This CL updates the wl_touch

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

2016-11-03 Thread Yong Bakos
Hi Dennis, > On Nov 3, 2016, at 3:52 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

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

2016-11-03 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