X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_init.c;h=ed9f8d30c39f446bc5b59595dba50ecc461e1ce8;hb=2c12c9eb8d63cabac2d4113b4f54fdf53da8368c;hp=40618368db79d288d207319ed6ace48caa834892;hpb=cc2a530d408fb9781516aeee18523541fea11165;p=freeglut diff --git a/src/fg_init.c b/src/fg_init.c index 4061836..ed9f8d3 100644 --- a/src/fg_init.c +++ b/src/fg_init.c @@ -1,5 +1,5 @@ /* - * freeglut_init.c + * fg_init.c * * Various freeglut initialization functions. * @@ -87,6 +87,7 @@ SFG_State fgState = { { -1, -1, GL_FALSE }, /* Position */ 1, /* AuxiliaryBufferNumber */ 4, /* SampleNumber */ GL_FALSE, /* SkipStaleMotion */ + GL_FALSE, /* StrokeFontDrawJoinDots */ 1, /* OpenGL context MajorVersion */ 0, /* OpenGL context MinorVersion */ 0, /* OpenGL ContextFlags */