[PATCH] Do sent TouchEnd to listeners that don't own an accepted touch

2012-07-26 Thread Daniel d'Andrada
When the owner of a touch accepts it, the other listeners must receive a TouchEnd. Even though there's code implementing the logic above in ProcessTouchOwnershipEvent(), DeliverTouchEndEvent() was refusing to send those TouchEnd events in this situatuation. Signed-off-by: Daniel d'Andrada --- X

Re: [PATCH] Do sent TouchEnd to listeners that don't own an accepted touch

2012-07-26 Thread Chase Douglas
On 07/26/2012 01:31 PM, Daniel d'Andrada wrote: When the owner of a touch accepts it, the other listeners must receive a TouchEnd. Even though there's code implementing the logic above in ProcessTouchOwnershipEvent(), DeliverTouchEndEvent() was refusing to send those TouchEnd events in this situ

Re: [PATCH] Do sent TouchEnd to listeners that don't own an accepted touch

2012-07-30 Thread Peter Hutterer
On Thu, Jul 26, 2012 at 01:40:29PM -0700, Chase Douglas wrote: > On 07/26/2012 01:31 PM, Daniel d'Andrada wrote: > >When the owner of a touch accepts it, the other listeners must > >receive a TouchEnd. > > > >Even though there's code implementing the logic above in > >ProcessTouchOwnershipEvent(),