diff options
Diffstat (limited to 'src/mesa/main/rastpos.h')
-rw-r--r-- | src/mesa/main/rastpos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/rastpos.h b/src/mesa/main/rastpos.h index 4994616d40..9b508eaedf 100644 --- a/src/mesa/main/rastpos.h +++ b/src/mesa/main/rastpos.h @@ -50,7 +50,7 @@ _mesa_init_rastpos_dispatch(struct _glapi_table *disp) #endif /* FEATURE_rastpos */ extern void -_mesa_init_rastpos(GLcontext *ctx); +_mesa_init_rastpos(struct gl_context *ctx); /*@}*/ |