summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/state_tracker/st_public.h')
-rw-r--r--src/mesa/state_tracker/st_public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_public.h b/src/mesa/state_tracker/st_public.h
index abdfcca80f..93239e66d6 100644
--- a/src/mesa/state_tracker/st_public.h
+++ b/src/mesa/state_tracker/st_public.h
@@ -39,7 +39,7 @@ struct st_context *st_create_context( GLcontext *ctx,
struct pipe_context *pipe);
struct st_context *st_create_context2(struct pipe_context *pipe,
- const GLvisual *visual,
+ const __GLcontextModes *visual,
struct st_context *share);
void st_destroy_context( struct st_context *st );