diff options
Diffstat (limited to 'src/mesa/main/texgen.h')
-rw-r--r-- | src/mesa/main/texgen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texgen.h b/src/mesa/main/texgen.h index 35a799587d5..03dd49c6168 100644 --- a/src/mesa/main/texgen.h +++ b/src/mesa/main/texgen.h @@ -50,7 +50,7 @@ extern void GLAPIENTRY _mesa_GetTexGeniv( GLenum coord, GLenum pname, GLint *params ); extern void -_mesa_init_texgen_dispatch(struct _glapi_table *disp); +_mesa_init_texgen_dispatch(struct gl_context *ctx, struct _glapi_table *disp); extern void GLAPIENTRY |