X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffg_init.c;fp=src%2Ffg_init.c;h=bf556020a34febd86269477c2b542baeccc3e332;hb=b4c2b6d1c7b87fd77a66a8a148089525d4eaf470;hp=e30eb0f29c791334dc950063aa3c264b767ee59e;hpb=2b1558eefd737cacdacf13a7b9d13a435a41a91a;p=freeglut diff --git a/src/fg_init.c b/src/fg_init.c index e30eb0f..bf55602 100644 --- a/src/fg_init.c +++ b/src/fg_init.c @@ -85,10 +85,10 @@ SFG_State fgState = { { -1, -1, GL_FALSE }, /* Position */ 0, /* MouseWheelTicks */ 1, /* AuxiliaryBufferNumber */ 4, /* SampleNumber */ - 1, /* MajorVersion */ - 0, /* MinorVersion */ - 0, /* ContextFlags */ - 0, /* ContextProfile */ + 1, /* OpenGL context MajorVersion */ + 0, /* OpenGL context MinorVersion */ + 0, /* OpenGL ContextFlags */ + 0, /* OpenGL ContextProfile */ NULL, /* ErrorFunc */ NULL /* WarningFunc */ };