From 1d142834bdb30308784a0654a39b7c0de7e37695 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 1 Apr 2011 15:33:19 +0000 Subject: Solved crash due to latest merge --- mesalib/src/mesa/main/api_arrayelt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib/src/mesa/main/api_arrayelt.c b/mesalib/src/mesa/main/api_arrayelt.c index ed0361742..2eb41996d 100644 --- a/mesalib/src/mesa/main/api_arrayelt.c +++ b/mesalib/src/mesa/main/api_arrayelt.c @@ -51,7 +51,7 @@ typedef struct { int offset; } AEarray; -typedef void (*attrib_func)( GLuint indx, const void *data ); +typedef void (GLAPIENTRY *attrib_func)( GLuint indx, const void *data ); typedef struct { const struct gl_client_array *array; -- cgit v1.2.3