diff options
author | Daniel Borca <dborca@users.sourceforge.net> | 2003-10-23 12:02:36 +0000 |
---|---|---|
committer | Daniel Borca <dborca@users.sourceforge.net> | 2003-10-23 12:02:36 +0000 |
commit | 3fe2af23ef323b9b25b54e171aa29c7004fe05fd (patch) | |
tree | 6d0418c10d2a0859cc79d182f3c2fcaf2335d6d0 /src/mesa/main/lines.c | |
parent | c5b1e81de48de5d8830bf5d92ff767ad1985e46e (diff) |
added a few missing GLAPIENTRYs to make MinGW compile again
Diffstat (limited to 'src/mesa/main/lines.c')
-rw-r--r-- | src/mesa/main/lines.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/lines.c b/src/mesa/main/lines.c index 122a27f480..c30d9ac109 100644 --- a/src/mesa/main/lines.c +++ b/src/mesa/main/lines.c @@ -122,7 +122,7 @@ _mesa_LineStipple( GLint factor, GLushort pattern ) * Initializes __GLcontextRec::Line and line related constants in * __GLcontextRec::Const. */ -void _mesa_init_line( GLcontext * ctx ) +void GLAPIENTRY _mesa_init_line( GLcontext * ctx ) { /* Line group */ ctx->Line.SmoothFlag = GL_FALSE; |