Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / state_tracker / st_cb_texture.h
index 6942478e8154d8a37f74b8b7d9d39c86e986b8ad..60987055eb180d85419f1676b865dfe221f5d896 100644 (file)
@@ -38,7 +38,7 @@ struct pipe_context;
 struct st_context;
 
 extern GLboolean
-st_finalize_texture(GLcontext *ctx,
+st_finalize_texture(struct gl_context *ctx,
                    struct pipe_context *pipe, 
                    struct gl_texture_object *tObj);