diff options
author | Brian <[email protected]> | 2007-11-05 09:35:31 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-11-05 09:35:31 -0700 |
commit | f221ea658b8aabefb419ad19826906a3afa3e806 (patch) | |
tree | ef90e9f5a5e9c4080fd70284d17ac86a67d4e114 /src/mesa/state_tracker/st_public.h | |
parent | 29c1fdd0ce57a7a69e4d90eaacff7102b69bca9c (diff) |
comments, tweaks
Diffstat (limited to 'src/mesa/state_tracker/st_public.h')
-rw-r--r-- | src/mesa/state_tracker/st_public.h | 2 |
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 abdfcca80f1..93239e66d63 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 ); |