Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / main / accum.h
index 4b628bafa029e1cb5a44a7c00cbece213491ae25..def692a73a53de96669eae7d41c8ed6cdb60a904 100644 (file)
@@ -67,6 +67,6 @@ _mesa_init_accum_dispatch(struct _glapi_table *disp)
 #endif /* FEATURE_accum */
 
 extern void
-_mesa_init_accum( GLcontext *ctx );
+_mesa_init_accum( struct gl_context *ctx );
 
 #endif /* ACCUM_H */