s/APIENTRY/GLAPIENTRY/ in teximage.c
authorBrian Paul <brianp@vmware.com>
Mon, 11 Nov 2019 23:22:49 +0000 (16:22 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 12 Nov 2019 18:44:01 +0000 (11:44 -0700)
The later is the right symbol for entrypoint functions.

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
src/mesa/main/texgetimage.c

index e43f336..d6ec4c5 100644 (file)
@@ -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,