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

[PATCH] Add wl_display_disconnect to the client header

2012-04-11 Thread Neil Roberts
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