On Mon, Jul 31, 2017 at 9:06 AM, Emil Velikov <[email protected]> wrote: > From: Emil Velikov <[email protected]> > > The symbol is used only internally and is not part of the API/ABI. > > Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > glx/glxdriswrast.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/glx/glxdriswrast.c b/glx/glxdriswrast.c > index 396b68911..251bdd2dd 100644 > --- a/glx/glxdriswrast.c > +++ b/glx/glxdriswrast.c > @@ -477,7 +477,7 @@ __glXDRIscreenProbe(ScreenPtr pScreen) > return NULL; > } > > -_X_EXPORT __GLXprovider __glXDRISWRastProvider = { > +__GLXprovider __glXDRISWRastProvider = { > __glXDRIscreenProbe, > "DRISWRAST", > NULL > -- > 2.13.3 > > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: https://lists.x.org/mailman/listinfo/xorg-devel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
