OSDN Git Service

Drop GLcontext typedef and use struct gl_context instead
[android-x86/external-mesa.git] / src / mesa / state_tracker / st_cb_strings.c
index 0fcb427..2132379 100644 (file)
@@ -42,7 +42,7 @@
 #define ST_VERSION_STRING "0.4"
 
 static const GLubyte *
-st_get_string(GLcontext * ctx, GLenum name)
+st_get_string(struct gl_context * ctx, GLenum name)
 {
    struct st_context *st = st_context(ctx);
    struct pipe_screen *screen = st->pipe->screen;