summaryrefslogtreecommitdiff
path: root/src/glx/x11/indirect_vertex_program.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/x11/indirect_vertex_program.c')
-rw-r--r--src/glx/x11/indirect_vertex_program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/indirect_vertex_program.c b/src/glx/x11/indirect_vertex_program.c
index 93fd9a3c45..d0f0d27048 100644
--- a/src/glx/x11/indirect_vertex_program.c
+++ b/src/glx/x11/indirect_vertex_program.c
@@ -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;