Re: [PATCH weston] tests: Convert 'xalloc's to 'zalloc's

2015-09-04 Thread Seedo Eldho Paul
On Sep 5, 2015 5:13 AM, "Peter Hutterer" wrote: > > On Fri, Sep 04, 2015 at 11:47:09PM +0530, Seedo Eldho Paul wrote: > > xalloc terminates the program abruptly if the requested amount of > > memory couldn't be allocated. To insure that the errors are handle

[PATCH weston] tests: Convert 'xalloc's to 'zalloc's

2015-09-04 Thread Seedo Eldho Paul
xalloc terminates the program abruptly if the requested amount of memory couldn't be allocated. To insure that the errors are handled cleanly, use zalloc instead. Signed-off-by: Seedo Eldho Paul --- tests/internal-screenshot-test.c | 11 ++- 1 file changed, 6 insertions(+), 5 dele

Re: [PATCH weston] tests: Remove the redundant NULL checks

2015-09-03 Thread Seedo Eldho Paul
On Sep 4, 2015 1:48 AM, "Bryce Harrington" wrote: > > On Fri, Sep 04, 2015 at 12:17:18AM +0530, Seedo Eldho Paul wrote: > > xzalloc is guaranteed to return a non-NULL value. > > > > Signed-off-by: Seedo Eldho Paul > > --- > > tests/internal-sc

[PATCH weston] tests: Remove the redundant NULL checks

2015-09-03 Thread Seedo Eldho Paul
xzalloc is guaranteed to return a non-NULL value. Signed-off-by: Seedo Eldho Paul --- tests/internal-screenshot-test.c | 13 - 1 file changed, 13 deletions(-) diff --git a/tests/internal-screenshot-test.c b/tests/internal-screenshot-test.c index e72a695..a74ae7a 100644 --- a/tests

[PATCH wayland-web] Remove the build flag --enable-libinput-backend

2015-03-11 Thread Seedo Eldho Paul
Now that we enable libinput by default, this flag is no longer needed. Signed-off-by: Seedo Eldho Paul --- building.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.html b/building.html index fbedfae..284249a 100644 --- a/building.html +++ b/building.html

Re: [PATCH weston] Make border width and ball radius configurable

2014-11-29 Thread Seedo Eldho Paul
I'm forced to ask the > question: What's the point? I mean, it's a little bouncing ball, why does > it need to be configurable? > > On Sat, Nov 29, 2014 at 5:36 AM, Seedo Eldho Paul < > seedoeldhop...@gmail.com> wrote: > >> Also change "simple-shm

[PATCH weston] Make border width and ball radius configurable

2014-11-29 Thread Seedo Eldho Paul
Also change "simple-shm exiting" to "simple-damage exiting" Signed-off-by: Seedo Eldho Paul --- clients/simple-damage.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/clients/simple-damage.c b/clients/simple-damage.c index fe5

[PATCH wayland]scanner.c: Use WL_PRINTF instead of __attribute__((format(printf)))

2014-11-27 Thread Seedo Eldho Paul
Signed-off-by: Seedo Eldho Paul --- src/scanner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scanner.c b/src/scanner.c index fa8e0c0..ca03c57 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -199,7 +199,7 @@ static const char *indent(int n) } static void

[PATCH weston] Fix some typos in protocol files

2014-11-16 Thread Seedo Eldho Paul
Signed-off-by: Seedo Eldho Paul --- protocol/fullscreen-shell.xml| 10 +- protocol/input-method.xml| 2 +- protocol/presentation_timing.xml | 4 ++-- protocol/text.xml| 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/protocol/fullscreen

[PATCH]wayland-web: Fix a typo for a package dependency

2014-08-13 Thread Seedo Eldho Paul
The package 'libegl-mesa-dev' should be 'libegl1-mesa-dev' Signed-off-by: Seedo Eldho Paul --- mint17.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mint17.html b/mint17.html index 3de8857..173e2f4 100644 --- a/mint17.html +++ b/mint17.html