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
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
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
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.
_