[PATCH] Added specific versions to build dependencies.

2011-01-11 Thread Darxus
cairo >= 1.10.0 egl >= 7.10 and gdk-pixbuf-2.0 >= 2.21.5 libudev >= 136 libdrm >= 2.4.23 glib-2.0 >= 2.17.1 --- configure.ac |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 31654a6..e1448ad 100644 --- a/configure.ac +++ b/configure.a

[PATCH] Add a missing NULL check for device->grab.

2011-01-11 Thread Dima Ryazanov
[second attempt] Wayland compositor sometimes crashes if you start a client, move the client's window, then right-click and drag the empty space. Not sure if that's the correct solution, but it fixes the crash. Signed-off-by: Dima Ryazanov --- compositor/compositor.c |8 +--- 1 files c

Re: [PATCH] Add a missing NULL check for device->grab.

2011-01-11 Thread Dima Ryazanov
> > I don't know how you generated the patch but it didn't apply okay for me. I > guess due the following line wrap that happened for some reason (your email > client?): > >> + device->grab->interface->button(device->grab, time, > button, >> state); > > Have you used git forma

Re: [PATCH] silence build warning

2011-01-11 Thread Daniel Stone
Hi, On Tue, Jan 11, 2011 at 01:45:53PM +0800, wucan wrote: > On 01/11/2011 12:58 PM, Christian Hergert wrote: > >Would the TEMP_FAILURE_RETRY() glibc macro be useful here? > > > > http://www.gnu.org/s/libc/manual/html_node/Interrupted-Primitives.html > Well, it should helper, but It's seem there

Re: [PATCH] silence build warning

2011-01-11 Thread wucan
On 01/11/2011 10:31 PM, Tiago Vignatti wrote: On Tue, Jan 11, 2011 at 12:00:31PM +0800, ext wucan wrote: From 5ec4fbccc16d2626e212c2bc1fdec51498b15033 Mon Sep 17 00:00:00 2001 From: wucan Date: Tue, 11 Jan 2011 11:45:24 +0800 Subject: silence build warning The read()/write()/pipe() is tagged w

Re: [PATCH] silence build warning

2011-01-11 Thread Tiago Vignatti
On Tue, Jan 11, 2011 at 12:00:31PM +0800, ext wucan wrote: > From 5ec4fbccc16d2626e212c2bc1fdec51498b15033 Mon Sep 17 00:00:00 2001 > From: wucan > Date: Tue, 11 Jan 2011 11:45:24 +0800 > Subject: silence build warning > > The read()/write()/pipe() is tagged with __warn_unused_result__ what vers

Re: [PATCH] Add a missing NULL check for device->grab.

2011-01-11 Thread Tiago Vignatti
Hi Dima; comments below. On Sat, Jan 08, 2011 at 04:48:09PM -0800, ext Dima Ryazanov wrote: > > This is my first attempt at fixing a Wayland bug, as well as my first time > using Git. Hopefully, I'm doing it right :) I don't know how you generated the patch but it didn't apply okay for me. I gue

Re: [PATCH RESEND] terminal: fix crashing when terminal size is < 0

2011-01-11 Thread Tiago Vignatti
On Mon, Jan 10, 2011 at 02:20:59PM -0500, ext Kristian H�gsberg wrote: > On Mon, Jan 10, 2011 at 12:30 PM, Tiago Vignatti > wrote: > > Just skip drawing when width or height is less than zero. > > > > Signed-off-by: Tiago Vignatti > > --- > > haven't tested actually whether child windows still ok