diff options
Diffstat (limited to 'src/glx/singlepix.c')
-rw-r--r-- | src/glx/singlepix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/singlepix.c b/src/glx/singlepix.c index c4010d79bd0..edb8858d7a9 100644 --- a/src/glx/singlepix.c +++ b/src/glx/singlepix.c @@ -117,7 +117,7 @@ void NAME(_gloffset_GetSeparableFilter) (GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) { - __GLXcontext *const gc = __glXGetCurrentContext(); + struct glx_context *const gc = __glXGetCurrentContext(); #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL) if (gc->driContext) { |