summaryrefslogtreecommitdiff
path: root/src/glx/vertarr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/vertarr.c')
-rw-r--r--src/glx/vertarr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/vertarr.c b/src/glx/vertarr.c
index 398cfb1e79..609cafac2b 100644
--- a/src/glx/vertarr.c
+++ b/src/glx/vertarr.c
@@ -101,7 +101,7 @@ void
__indirect_glInterleavedArrays(GLenum format, GLsizei stride,
const GLvoid * pointer)
{
- __GLXcontext *gc = __glXGetCurrentContext();
+ struct glx_context *gc = __glXGetCurrentContext();
__GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
#define NONE {0, 0, 0}