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
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
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 @@
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/
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
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
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
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.
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
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
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
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
> ---
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
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
14 matches
Mail list logo