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
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 build when -Werror is enabled.
---
src/wayland-client.h |1 +
1 files