From e38d451edd3f135e46495ddecc4c0198f2c04ce0 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 2 Jan 2011 20:20:55 +0100 Subject: [PATCH] Force glx.h not to include its glxext.h header. --- src/x11/platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/x11/platform.h b/src/x11/platform.h index c5ca74a7..8d5d69d1 100644 --- a/src/x11/platform.h +++ b/src/x11/platform.h @@ -38,6 +38,7 @@ #include #include +#define GLX_GLXEXT_LEGACY #include #include "../../include/GL/glxext.h"