Noticed randomly.
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* Initializes __struct gl_contextRec::Line and line related constants in
* __struct gl_contextRec::Const.
*/
-void GLAPIENTRY
+void
_mesa_init_line( struct gl_context * ctx )
{
ctx->Line.SmoothFlag = GL_FALSE;
extern void GLAPIENTRY
_mesa_LineStipple( GLint factor, GLushort pattern );
-extern void GLAPIENTRY
+extern void
_mesa_init_line( struct gl_context * ctx );
#endif