diff options
Diffstat (limited to 'src/glx/vertarr.c')
-rw-r--r-- | src/glx/vertarr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/vertarr.c b/src/glx/vertarr.c index 398cfb1e796..609cafac2b1 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} |