Re: [PATCH 9/9 v2] protocol: Improve a bit of grammar for wl_surface::attach description

2013-08-09 Thread Bryce W. Harrington
Sorry, ignore this one... On Fri, Aug 09, 2013 at 05:42:58PM +, Bryce W. Harrington wrote: > Signed-off-by: Bryce Harrington > --- > protocol/wayland.xml |7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/protocol/wayland.xml b/protocol/wayland.xml > index 86

[PATCH v2] protocol: Improve a bit of grammar for wl_surface::attach description

2013-08-09 Thread Bryce W. Harrington
Signed-off-by: Bryce Harrington --- protocol/wayland.xml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 8619e91..d79 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1015,10 +1015,10 @@ Des

[PATCH 9/9 v2] protocol: Improve a bit of grammar for wl_surface::attach description

2013-08-09 Thread Bryce W. Harrington
Signed-off-by: Bryce Harrington --- protocol/wayland.xml |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 8619e91..89edd83 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1015,11 +1015,12 @@

Re: [PATCH 9/9] protocol: Improve a bit of grammar for wl_surface::attach description

2013-08-09 Thread Bryce W. Harrington
On Thu, Aug 08, 2013 at 09:50:10PM -0700, Kristian Høgsberg wrote: > On Fri, Aug 09, 2013 at 01:47:07AM +, Bryce W. Harrington wrote: > > Signed-off-by: Bryce Harrington > > --- > > protocol/wayland.xml |7 --- > > 1 file changed, 4 insertions(+), 3 deletions(-) > > > > diff --git a/

Announcing Orbital shell plugin/client

2013-08-09 Thread Giulio Camuffo
Hi all, I've been working for some time on a custom shell for Weston (1.2). Some of you may have seen some screencasts i made some months ago [1][2] when working on the shell plugin. Now i've added a custom shell client, made with Qt 5 and QtQuick 2, which talks to the plugin using a custom deskto

[PATCH weston] build: Allow more control over cairo use in the clients

2013-08-09 Thread Rob Bradford
From: Rob Bradford Previously the configure script would silently disable the use of accelerated cairo in the clients if cairo-gl could not be found (or cairo-glesv2 if that was requested.) Conversely the use of cairo-gl would be automatically enabled if it was found with no way to disable that f

[PATCH weston] evdev: write EV_SYN input_event along with led events to device

2013-08-09 Thread Rolf Morel
Other clients of an evdev device need to have the events they receive be separated, in moment in time, from other events by an EV_SYN/ SYN_REPORT. This is the responsibility of the client who writes events into the stream. --- src/evdev.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) d

[PATCH weston] weston-launch: Only pass non-NULL value into setenv()

2013-08-09 Thread Rob Bradford
From: Rob Bradford getenv() can return NULL is the key is not set, passing NULL into setenv() is an error --- src/weston-launch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/weston-launch.c b/src/weston-launch.c index 5b03094..7264f7e 100644 --- a/src/weston-launch.

Re: [PATCH] compositor: Setup weston-launch sock in fbdev

2013-08-09 Thread Kristian Høgsberg
On Sun, Jul 28, 2013 at 06:27:23PM +0300, Adrian Negreanu wrote: > weston_launcher_open() was failing with: > recvmsg: Socket operation on non-socket Thank you, patch applied. Kristian > Signed-off-by: Adrian Negreanu > --- > src/compositor-fbdev.c |9 + > 1 file changed, 9 ins

Re: [PATCH 0/9] Spelling/grammar fixes for publican documentation

2013-08-09 Thread Peter Hutterer
On Fri, Aug 09, 2013 at 01:47:04AM +, Bryce W. Harrington wrote: > Noticed a few minor errors while going through the online wayland > documentation. > > None of these changes should affect any code. I've avoided rewrapping > paragraphs for ease of review; it doesn't affect display at all. T

Re: [PATCH 0/9] Spelling/grammar fixes for publican documentation

2013-08-09 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 01:47:04AM +, Bryce W. Harrington wrote: > Noticed a few minor errors while going through the online wayland > documentation. > > None of these changes should affect any code. I've avoided rewrapping > paragraphs for ease of review; it doesn't affect display at all. T

Re: [PATCH 9/9] protocol: Improve a bit of grammar for wl_surface::attach description

2013-08-09 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 01:47:07AM +, Bryce W. Harrington wrote: > Signed-off-by: Bryce Harrington > --- > protocol/wayland.xml |7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/protocol/wayland.xml b/protocol/wayland.xml > index 8619e91..89edd83 100644 > ---

Re: [PATCH weston] configure.ac: check for wayland scanner macro

2013-08-09 Thread Kristian Høgsberg
On Fri, Aug 09, 2013 at 11:08:27AM +1000, Peter Hutterer wrote: > --- > That's a slightly nicer error message than breaking during configure. Indeed, applied. Kristian > configure.ac | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configure.ac b/configure.ac > index f9f1c53..3ad1995

[PATCH wayland-web] building: export ACLOCAL_PATH too

2013-08-09 Thread Peter Hutterer
Setting ACLOCAL only means autoreconf will succeed, but any re-build through the 'missing' script won't pick up the macro paths. Set ACLOCAL_PATH too, so that touching configure.ac or Makefile.am won't fail for missing macros. --- building.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletio