From d932bc3eca34f3f87e20fd244fcd07867d7b5a89 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Thu, 18 Jun 2015 20:45:29 +1000 Subject: [PATCH] Fixup: glxewContextInit now needed for glewinfo purposes. --- auto/src/glxew_tail.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auto/src/glxew_tail.h b/auto/src/glxew_tail.h index 39e9953..ddffffb 100644 --- a/auto/src/glxew_tail.h +++ b/auto/src/glxew_tail.h @@ -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