DRI2DestroyDrawable() was still being _X_EXPORTed, but hasn't existed since 1da1f33f last year.
Signed-off-by: Daniel Stone <[email protected]> Reviewed-by: Cyril Brulebois <[email protected]> Reviewed-by: Jamey Sharp <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Signed-off-by: Peter Hutterer <[email protected]> --- hw/xfree86/dri2/dri2.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/dri2/dri2.h b/hw/xfree86/dri2/dri2.h index a59e680..28f2d75 100644 --- a/hw/xfree86/dri2/dri2.h +++ b/hw/xfree86/dri2/dri2.h @@ -276,8 +276,6 @@ extern _X_EXPORT int DRI2CreateDrawable(ClientPtr client, DRI2InvalidateProcPtr invalidate, void *priv); -extern _X_EXPORT void DRI2DestroyDrawable(DrawablePtr pDraw); - extern _X_EXPORT DRI2BufferPtr *DRI2GetBuffers(DrawablePtr pDraw, int *width, int *height, -- 1.7.10.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
