[PATCH weston] zoom: Check the value of level before using it.

2015-01-17 Thread Carlos Olmedo Escobar
Check the value of level before dividing 1 by it. Signed-off-by: Carlos Olmedo Escobar --- src/zoom.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/zoom.c b/src/zoom.c index 7553849..f71d08c 100644 --- a/src/zoom.c +++ b/src/zoom.c @@ -120,12 +120,13 @@ weston_output_

[PATCH weston] ivi-shell-transition: check create_layout_transition() return value.

2015-01-17 Thread Carlos Olmedo Escobar
Signed-off-by: Carlos Olmedo Escobar --- ivi-shell/ivi-layout-transition.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/ivi-shell/ivi-layout-transition.c b/ivi-shell/ivi-layout-transition.c index 1e9ee23..904e8d6 100644 --- a/ivi-shell/ivi-layout-transiti

[ANNOUNCE] weston 1.6.91

2015-01-17 Thread Bryce Harrington
Hi all, Here's the weston alpha release towards 1.7. Note this requires wayland 1.6.91. Also note that the libinput dependency has been updated to the latest release, version 0.8. Thanks should go out not only to everyone that contributed to wayland and weston this cycle, but also to the extern

[ANNOUNCE] wayland 1.6.91

2015-01-17 Thread Bryce Harrington
Hi, Here's the alpha release on the path towards 1.7.0. I'll leave the detailed release notes for later, but as you can see from the list below, much of the attention this cycle focused on revamping the codebase's doxygen documentation. Benjamin Herr (4): doc: Mark up some code examples