Drop GLcontext typedef and use struct gl_context instead

This commit is contained in:
Kristian Høgsberg
2010-10-12 12:26:10 -04:00
parent 31aca27c08
commit f9995b3075
789 changed files with 5694 additions and 5697 deletions

View File

@@ -54,7 +54,7 @@
extern void
_mesa_compute_version(GLcontext *ctx);
_mesa_compute_version(struct gl_context *ctx);
#endif /* VERSION_H */