From 7993832c12bba578010005b344dcd3817be84a42 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 14 Sep 2010 09:37:35 -0600 Subject: mesa: update to version 64 of GL/glext.h A number of other files had to be updated as well because const qualifiers were added to the glMultiDrawArrays() function. Also, GL_FIXED is now defined in glext.h. --- src/glx/indirect_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glx/indirect_init.c') diff --git a/src/glx/indirect_init.c b/src/glx/indirect_init.c index ea05188..9f1ee59 100644 --- a/src/glx/indirect_init.c +++ b/src/glx/indirect_init.c @@ -53,7 +53,7 @@ static int NoOp(void) * Create and initialize a new GL dispatch table. The table is initialized * with GLX indirect rendering protocol functions. */ -struct _glapi_table *__glXNewIndirectAPI( void ) +struct _glapi_table * __glXNewIndirectAPI( void ) { struct _glapi_table *glAPI; GLuint entries; -- cgit v1.1