Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / program / nvfragparse.h
index e28a6c4934932242449ecc46f1d370eda2c2668f..3e85dd2c30b75c7e53b68d0f29ebfd79a9a2977e 100644 (file)
@@ -33,7 +33,7 @@
 #include "main/mtypes.h"
 
 extern void
-_mesa_parse_nv_fragment_program(GLcontext *ctx, GLenum target,
+_mesa_parse_nv_fragment_program(struct gl_context *ctx, GLenum target,
                                 const GLubyte *str, GLsizei len,
                                 struct gl_fragment_program *program);