Re: [PATCH inputproto] specs: Clarify rejection for touch events on current owner

2012-01-04 Thread Daniel Stone
On Fri, Dec 23, 2011 at 06:07:50PM +1000, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-by: Daniel Stone dan...@fooishbar.org Cheers, Daniel ___ xorg-devel@lists.x.org: X.Org development Archives:

[PATCH inputproto] specs: Clarify rejection for touch events on current owner

2011-12-23 Thread Peter Hutterer
The current owner never gets a TouchUpdate(PendingEnd), that event is superfluous for the owner. The owner receives a TouchEnd when the touch physically ends. If the touch is still active, the owner receives a TouchEnd after rejecting the touch. Signed-off-by: Peter Hutterer

Re: [PATCH inputproto] specs: Clarify rejection for touch events on current owner

2011-12-23 Thread Chase Douglas
On 12/23/2011 12:07 AM, Peter Hutterer wrote: The current owner never gets a TouchUpdate(PendingEnd), that event is superfluous for the owner. The owner receives a TouchEnd when the touch physically ends. If the touch is still active, the owner receives a TouchEnd after rejecting the touch.