mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-24 14:55:07 +00:00
fixup
This commit is contained in:
parent
b03e7c12dc
commit
5d6a1652be
@ -159,7 +159,7 @@ GLboolean glewParseArgs (int argc, char** argv, struct createParams *params)
|
|||||||
#if defined(GLEW_OSMESA)
|
#if defined(GLEW_OSMESA)
|
||||||
OSMesaContext ctx;
|
OSMesaContext ctx;
|
||||||
|
|
||||||
GLboolean glewCreateContext ()
|
GLboolean glewCreateContext (struct createParams *params)
|
||||||
{
|
{
|
||||||
ctx = OSMesaCreateContext(OSMESA_RGBA, NULL);
|
ctx = OSMesaCreateContext(OSMESA_RGBA, NULL);
|
||||||
if (NULL == ctx) return GL_TRUE;
|
if (NULL == ctx) return GL_TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user