RE: [PATCH weston v2] Makefile: Fix compilation error when git commit message has quotes

2016-04-14 Thread Chokshi, Mitul
a Paalanen [mailto:ppaala...@gmail.com] Sent: Wednesday, April 13, 2016 3:46 PM To: Chokshi, Mitul Cc: Bryce Harrington ; yba...@humanoriented.com; wayland-devel@lists.freedesktop.org Subject: Re: [PATCH weston v2] Makefile: Fix compilation error when git commit message has quotes On Thu, 7 Apr 201

[PATCH weston v2] Makefile: Fix compilation error when git commit message has quotes

2016-04-07 Thread Chokshi, Mitul
A double-quote in log message prematurely ends the enquoted string in src/git-version.h, causing an error during compilation. Used stream editor to replace " with \" Signed-off-by: Mitul Chokshi --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Ma

RE: [PATCH] Fix compilation error when git commit message has quotes (")

2016-04-07 Thread Chokshi, Mitul
Hi Yong, Thanks for the review comments. I'll send the updated patch shortly. Regards, Mitul -Original Message- From: Yong Bakos [mailto:j...@humanoriented.com] Sent: Thursday, April 7, 2016 3:40 PM To: Chokshi, Mitul ; wayland-devel@lists.freedesktop.org Subject: Re: [PATCH

[PATCH] Fix compilation error when git commit message has quotes (")

2016-04-07 Thread Chokshi, Mitul
Used stream editor to replace " with \" Signed-off-by: Mitul Chokshi --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d1644ac..a09ea0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -162,7 +162,7 @@ endif if HAVE_GIT_REPO src

[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