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

2016-10-31 Thread Peter Hutterer
On Mon, Oct 31, 2016 at 01:02:32PM -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 v4] protocol: Extend wl_touch with touchpoint shape and orientation

2016-10-31 Thread Dennis Kempin
I never finished applying the suggestions from the previous reviews. Now that I am finally getting through my backlog of issues, I have fixed following: - Fixed indentation - Updated wording of frame and shape/orientation descriptions On Mon, Oct 31, 2016 at 1:02 PM, Dennis Kempin wrote: > This