Re: [PATCH 1/2] simple-touch: Make sure shm formats have been enumerated.

2014-05-15 Thread Pekka Paalanen
On Wed, 14 May 2014 17:40:13 +0200 Paul LiƩtar p...@lietar.net wrote: The first roundtrip only ensures the globals have been enumerated by the registry. After binding wl_shm, we need a new roundtrip to make sure the formats have been enumerated, otherwise we might check for has_argb too

Re: Question about cairo-gl

2014-05-15 Thread Pekka Paalanen
On Wed, 14 May 2014 12:56:27 -0700 Bill Spitzak spit...@gmail.com wrote: The wayland build instructions also include the building of pixman and cairo in order to enable the cairo gl backend. However I get the impression that weston does not use this unless a switch --with-cairo=gl is

[PATCH v2] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-15 Thread Srivardhan Hebbar
This is a fix to the bug https://bugs.freedesktop.org/show_bug.cgi?id=78688. Signed-off-by: Srivardhan Hebbar sri.heb...@samsung.com --- configure.ac |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 031a26f..2a0cf2b 100644 ---

[ANNOUNCE] libxkbcommon 0.4.2

2014-05-15 Thread Ran Benita
Contains a build fix and other small changes. libxkbcommon 0.4.2 - 2014-05-15 == - Fixed a bug where explicitly passing --enable-x11 to ./configure would in fact disable it (regressed in 0.4.1). - Added @since version annotations to the API documentation for everything

[PATCH weston] Clients: Fix memleak issues in various clients of weston

2014-05-15 Thread vivek
In many clients of weston, Display was not being destroyed so added it. Also destroy windows, widgets which were not being destroyed. Signed-off-by: vivek vivek.el...@samsung.com --- clients/cliptest.c| 13 ++--- clients/dnd.c | 11 +++ clients/editor.c |

Re: [PATCH v2] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-15 Thread Neil Roberts
Hi, Srivardhan Hebbar sri.heb...@samsung.com writes: +AC_PATH_PROG([wayland_scanner], [wayland-scanner],, + [${WAYLAND_SCANNER_PATH}]) I don't think it makes much sense to search the path for wayland-scanner when pkg-config already gives you the complete filename. Instead of

Re: Question about cairo-gl

2014-05-15 Thread Bill Spitzak
On 05/14/2014 11:58 PM, Pekka Paalanen wrote: On Wed, 14 May 2014 12:56:27 -0700 Bill Spitzak spit...@gmail.com wrote: The wayland build instructions also include the building of pixman and cairo in order to enable the cairo gl backend. However I get the impression that weston does not use

Re: [PATCH weston v2] screen-share: Allow fullscreen shell command to be configured

2014-05-15 Thread Manuel Bachmann
It looks definitely better this way, and would really be useful. Advocating for this patch to be merged (eventually after the 1.5 release if the feature freeze blocks). Regards, Manuel 2014-05-02 15:53 GMT+02:00 Jason Ekstrand ja...@jlekstrand.net: Yeah, this looks better. Reviewed-by:

[PATCH] text-backend: check calloc results

2014-05-15 Thread U. Artie Eoff
Signed-off-by: U. Artie Eoff ullysses.a.e...@intel.com --- src/text-backend.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/text-backend.c b/src/text-backend.c index d6a6f3b..362a3fa 100644 --- a/src/text-backend.c +++ b/src/text-backend.c @@ -358,6 +358,8 @@ static void

[PATCH] clients/terminal: check for asprintf error condition instead

2014-05-15 Thread U. Artie Eoff
asprintf returns -1 if memory allocation fails and that's what we're really protecting here. So check for -1 instead of 0 result. In general, when asprintf returns 0, then the memory allocation succeeded, but no bytes printed. If we only free the allocated memory when the result is 0, then we

[no subject]

2014-05-15 Thread spitzak
Second version of the patch. This one removes cairo-gl instructions and has some typos fixed. Box added to the pre tag in the css file. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org

[PATCH] Added depencies and bug fixes to build instructions

2014-05-15 Thread spitzak
From: spitzak spit...@gmail.com --- building.html | 671 - wayland.css |1 + xserver.html | 308 -- 3 files changed, 566 insertions(+), 414 deletions(-) rewrite building.html (48%) rewrite xserver.html