Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / state_tracker / st_cb_blit.c
index 536748402f40075477a1d560fd490d43ed1d3f8e..af41835326a855412f14024af6c2e34b8a36f6b6 100644 (file)
@@ -61,7 +61,7 @@ st_destroy_blit(struct st_context *st)
 #if FEATURE_EXT_framebuffer_blit
 
 static void
-st_BlitFramebuffer(GLcontext *ctx,
+st_BlitFramebuffer(struct gl_context *ctx,
                    GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
                    GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
                    GLbitfield mask, GLenum filter)