Re: [PATCH] input: add new client to resource_list instead of focus_resource_list

2015-10-09 Thread Derek Foreman
On 09/10/15 03:28 AM, Chokshi, Mitul wrote: > When new client registers touch listener, it was added to focus resource list. > At this point if another client "without" touch listener is in focus then > subsequent touch events are sent to new client with another client's resources > causing new cli

[PATCH] input: add new client to resource_list instead of focus_resource_list

2015-10-09 Thread Chokshi, Mitul
When new client registers touch listener, it was added to focus resource list. At this point if another client "without" touch listener is in focus then subsequent touch events are sent to new client with another client's resources causing new client to stop rendering. Now new client is added to re