From 796406a15b20f85cd8d0a715b4f56bc15344fa4f Mon Sep 17 00:00:00 2001 From: LaurentGom Date: Mon, 22 Feb 2010 08:07:13 +0000 Subject: [PATCH] Fixed conflict between the local glxext.h and the system's one, on Linux git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1416 4e206d99-4929-0410-ac5d-dfc041789085 --- src/SFML/Window/Linux/ContextGLX.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SFML/Window/Linux/ContextGLX.cpp b/src/SFML/Window/Linux/ContextGLX.cpp index 53c007df6..474580a30 100644 --- a/src/SFML/Window/Linux/ContextGLX.cpp +++ b/src/SFML/Window/Linux/ContextGLX.cpp @@ -25,6 +25,7 @@ //////////////////////////////////////////////////////////// // Headers //////////////////////////////////////////////////////////// +#define GLX_GLXEXT_LEGACY // so that our local glxext.h is used instead of the system one #include #include #include