Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / drivers / dri / unichrome / via_span.h
index 8830075bff53281e0afc091d3b65e9cf54201de9..b7abf685382ee91325dfb6e599756e4684648c49 100644 (file)
@@ -25,9 +25,9 @@
 #ifndef _VIA_SPAN_H
 #define _VIA_SPAN_H
 
-extern void viaInitSpanFuncs(GLcontext *ctx);
-extern void viaSpanRenderStart( GLcontext *ctx );
-extern void viaSpanRenderFinish( GLcontext *ctx );
+extern void viaInitSpanFuncs(struct gl_context *ctx);
+extern void viaSpanRenderStart( struct gl_context *ctx );
+extern void viaSpanRenderFinish( struct gl_context *ctx );
 
 extern void
 viaSetSpanFunctions(struct via_renderbuffer *vrb, const struct gl_config *vis);