diff options
Diffstat (limited to 'src/mesa/main/hint.h')
-rw-r--r-- | src/mesa/main/hint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/hint.h b/src/mesa/main/hint.h index bfc3887107d..66e78ad6557 100644 --- a/src/mesa/main/hint.h +++ b/src/mesa/main/hint.h @@ -45,7 +45,7 @@ extern void GLAPIENTRY _mesa_Hint( GLenum target, GLenum mode ); extern void -_mesa_init_hint( GLcontext * ctx ); +_mesa_init_hint( struct gl_context * ctx ); #else |