On Mon, Nov 11, 2019 at 3:45 PM Brian Paul <[email protected]> wrote: > > The later is the right symbol for entrypoint functions.
Reviewed-by: Kristian H. Kristensen <[email protected]> > --- > src/mesa/main/texgetimage.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c > index e43f336..d6ec4c5 100644 > --- a/src/mesa/main/texgetimage.c > +++ b/src/mesa/main/texgetimage.c > @@ -1969,7 +1969,7 @@ _mesa_GetCompressedTextureImage(GLuint texture, GLint > level, > } > > > -void APIENTRY > +void GLAPIENTRY > _mesa_GetCompressedTextureSubImage(GLuint texture, GLint level, > GLint xoffset, GLint yoffset, > GLint zoffset, GLsizei width, > -- > 1.8.5.6 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
