Re: [ANNOUNCE] Wayland continuous integration repository

2012-04-12 Thread Juan Zhao
On 04/11/2012 09:55 AM, dar...@chaosreigns.com wrote: On 04/10, Casey Dahlin wrote: https://gitorious.org/wayland-cint/wayland-cint I tried this, it's nice. git clone git://gitorious.org/wayland-cint/wayland-cint.git git submodule init git submodule update # all the downloading make And as

Re: [PATCH] Add a public header for the version number

2012-04-12 Thread Kristian Høgsberg
On Wed, Apr 11, 2012 at 04:59:05PM +0100, Neil Roberts wrote: > This adds a public header so that applications can get the Wayland > version number at compile time. This can be used to make applications > that support compiling against multiple versions of Wayland. > > There is a separate installed

Re: [PATCH] Add wl_display_disconnect to the client header

2012-04-12 Thread Kristian Hoegsberg
On Wed, Apr 11, 2012 at 04:57:29PM +0100, Neil Roberts wrote: > Commit fdbbc38a added a wl_display_disconnect function to the 0.85 > branch so that Mesa can continue to build against both that branch and > master. However it was missing a declaration in the header so Mesa > would still fail to buil

Re-entrancy issue in wl_display_iterate()

2012-04-12 Thread Hannu Lyytinen
Hello, we were working on a project which involved nested wayland protocol requests and bumped into a small re-entrancy issue in wl_display_iterate(). Basically it is better to check the length of remaining data on every iteration since the nested request might have consumed those bytes already. _