Force glx.h not to include its glxext.h header.

This commit is contained in:
Camilla Berglund 2011-01-02 20:20:55 +01:00
parent 77e3b428c5
commit e38d451edd

View File

@ -38,6 +38,7 @@
#include <X11/keysym.h>
#include <X11/Xatom.h>
#define GLX_GLXEXT_LEGACY
#include <GL/glx.h>
#include "../../include/GL/glxext.h"