bring in changes from 6.4 branch
[mesa.git] / src / glx / x11 / indirect_vertex_program.c
index 93fd9a3c45defc632b59937e68b6f1d6bde7568a..d0f0d270482c2591fbd0d2f659c8aa88415d71e5 100644 (file)
@@ -56,7 +56,7 @@ void __indirect_glDisableVertexAttribArrayARB( GLuint index )
 
 static void
 get_parameter( unsigned opcode, unsigned size, GLenum target, GLuint index,
-                 GLfloat * params )
+              void * params )
 {
     __GLXcontext * const gc = __glXGetCurrentContext();
     Display * const dpy = gc->currentDpy;