Re: [PATCH] doc: Reduce the validation errors of the docbook input

2014-12-11 Thread Jon A. Cruz
On 12/09/2014 07:33 PM, Bill Spitzak wrote: > > PS: it would be useful if somebody who actually knows something > about xslt would come up with a way to translate a block of text > makde of commands unchanged, but add around plain > text. Most of the difficulty is that doxygen's output is rather

Re: [PATCH] Remove explicit dependency on $(WAYLAND_LIBS)

2014-12-11 Thread Peter Hutterer
On Thu, Dec 11, 2014 at 07:51:27PM +0100, Olivier Fourdan wrote: > Xwayland Makefile explicitely set its dependencies on > WAYLAND_LIBS. If the ibrairies are installed in a non-standard > path, WAYLAND_LIBS contains '-L/path/to/the/lib' which will fail > at build time with: > > "No rule to make ta

[PATCH v2 weston] compositor-x11: Fix some shutdown crashes

2014-12-11 Thread Derek Foreman
The assertion in x11_compositor_find_output() can trigger during normal shutdown, for example, when moving the mouse while hitting a hotkey to close the weston window. Instead we can remove the assert(), return NULL, and discard events we can't find a destination output for. Signed-off-by: Derek

Re: [PATCH weston] compositor-x11: Fix some shutdown crashes

2014-12-11 Thread Bryce Harrington
On Thu, Dec 11, 2014 at 01:40:11PM -0600, Derek Foreman wrote: > The assertion in x11_compositor_find_output() can trigger during normal > shutdown, for example, when moving the mouse while hitting a hotkey to > close the weston window. > > Instead we can remove the assert(), return NULL, and disc

Re: [PATCH wayland-web] Fix broken drm protocol link in architecture.html

2014-12-11 Thread Bryce Harrington
On Thu, Dec 11, 2014 at 11:03:36AM -0600, Derek Foreman wrote: > Closes bug: https://bugs.freedesktop.org/show_bug.cgi?id=87006 > (by doing exactly what the bug reporter suggested) > > Signed-off-by: Derek Foreman Confirmed broken link and the fix. Reviewed-by: Bryce Harrington > --- > archi

[PATCH weston] compositor-x11: Fix some shutdown crashes

2014-12-11 Thread Derek Foreman
The assertion in x11_compositor_find_output() can trigger during normal shutdown, for example, when moving the mouse while hitting a hotkey to close the weston window. Instead we can remove the assert(), return NULL, and discard events we can't find a destination output for. Signed-off-by: Derek

[PATCH] Remove explicit dependency on $(WAYLAND_LIBS)

2014-12-11 Thread Olivier Fourdan
Xwayland Makefile explicitely set its dependencies on WAYLAND_LIBS. If the ibrairies are installed in a non-standard path, WAYLAND_LIBS contains '-L/path/to/the/lib' which will fail at build time with: "No rule to make target '-L/path/to/the/lib', needed by 'Xwayland'. Stop" Remove that explicit

[PATCH wayland-web] Fix broken drm protocol link in architecture.html

2014-12-11 Thread Derek Foreman
Closes bug: https://bugs.freedesktop.org/show_bug.cgi?id=87006 (by doing exactly what the bug reporter suggested) Signed-off-by: Derek Foreman --- architecture.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture.html b/architecture.html index d717f98..4497674 10

Re: [PATCH] Remove explicit dependency on $(WAYLAND_LIBS)

2014-12-11 Thread Pekka Paalanen
On Wed, 03 Dec 2014 14:33:38 +0100 Olivier Fourdan wrote: > Hi > > I was trying to build XWayland as per the recipe from > http://wayland.freedesktop.org/xserver.html and ran into an issue > because I have the Wayland libs installed in a non-standard location > (from http://wayland.freedeskto

Re: Patch: fix weston crash (inline patch)

2014-12-11 Thread Pekka Paalanen
On Tue, 02 Dec 2014 13:02:55 -0500 Andrew Engelbrecht wrote: > On 12/02/2014 12:18 PM, Andrew Engelbrecht wrote: > > I've attached a patch which fixes the crashing. I mimicked the code in > > the block above it without knowing the overall impact, so it needs > > review from a knowledgeable contri

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

2014-12-11 Thread Pekka Paalanen
On Sun, 30 Nov 2014 08:15:42 +0530 Seedo Eldho Paul wrote: > Hi! > > I thought it would be nice to have the border and radius configurable > when the width and height of the arena already are. I don't think this actually adds anything to the test case, does it? After all, the purpose of this cl

Re: [PATCH v1 weston 06/11] tests: Add screenshot recording to weston-test

2014-12-11 Thread Pekka Paalanen
On Wed, 10 Dec 2014 19:19:50 -0800 Bryce Harrington wrote: > On Mon, Nov 24, 2014 at 01:01:29PM +0200, Pekka Paalanen wrote: > > could we use a wl_shm-based wl_buffer instead of a file, please? > > > > That way we can simply relay the pixels as is to the test client, > > which can then compare w

Re: [PATCH wayland] doc: Fill in high level description for Surfaces

2014-12-11 Thread Bryce Harrington
On Thu, Dec 11, 2014 at 09:49:28AM +, Daniel Stone wrote: > Hi, > > On Thursday, December 11, 2014, Giulio Camuffo > wrote: > > > 2014-12-11 4:04 GMT+02:00 Bryce Harrington > >: > > > + A surface manages a rectangular grid of pixels that clients create > > > + for displaying their

Re: [PATCH wayland] doc: Fill in high level description for Surfaces

2014-12-11 Thread Daniel Stone
Hi, On Thursday, December 11, 2014, Giulio Camuffo wrote: > 2014-12-11 4:04 GMT+02:00 Bryce Harrington >: > > + A surface manages a rectangular grid of pixels that clients create > > + for displaying their content to the screen. Clients don't know > > + the global position of th

Re: [PATCH wayland] doc: Fill in high level description for Surfaces

2014-12-11 Thread Giulio Camuffo
2014-12-11 4:04 GMT+02:00 Bryce Harrington : > > Signed-off-by: Bryce Harrington > --- > doc/publican/sources/Protocol.xml | 20 +++- > 1 file changed, 15 insertions(+), 5 deletions(-) > > diff --git a/doc/publican/sources/Protocol.xml > b/doc/publican/sources/Protocol.xml > in