Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / swrast / s_texcombine.h
index 4f5dfbe1afeca4fa13d8134737b8f8eeabc8ba85..5f47ebecbf1c60ea57283c435e3e961d2863ca45 100644 (file)
@@ -31,6 +31,6 @@
 #include "s_span.h"
 
 extern void
-_swrast_texture_span( GLcontext *ctx, SWspan *span );
+_swrast_texture_span( struct gl_context *ctx, SWspan *span );
 
 #endif