Fixup: glxewContextInit now needed for glewinfo purposes.

This commit is contained in:
Nigel Stewart 2015-06-18 20:45:29 +10:00
parent fda28dbfb0
commit d932bc3eca

View File

@ -14,6 +14,9 @@ GLEWAPI GLboolean GLEWAPIENTRY glxewContextIsSupported (const GLXEWContext *ctx,
#else /* GLEW_MX */
GLEWAPI GLenum GLEWAPIENTRY glxewContextInit ();
GLEWAPI GLboolean GLEWAPIENTRY glxewContextIsSupported (const char *name);
#define GLXEW_GET_VAR(x) (*(const GLboolean*)&x)
#define GLXEW_GET_FUN(x) x