X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fhint.h;h=66e78ad655740e0f7b110a97dd8b2890b625f690;hb=cd6a31cd4a9ea6deef4778c2eaef2d47240c3a6e;hp=57f3823fcfbf67bb934e0e0bc8897fac2e6d6700;hpb=6dc85575000127630489b407c50a4b3ea87c9acb;p=mesa.git diff --git a/src/mesa/main/hint.h b/src/mesa/main/hint.h index 57f3823fcfb..66e78ad6557 100644 --- a/src/mesa/main/hint.h +++ b/src/mesa/main/hint.h @@ -41,11 +41,11 @@ #if _HAVE_FULL_GL -extern void +extern void GLAPIENTRY _mesa_Hint( GLenum target, GLenum mode ); extern void -_mesa_init_hint( GLcontext * ctx ); +_mesa_init_hint( struct gl_context * ctx ); #else