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

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent 77e3b428c5
commit e38d451edd
  1. 1
      src/x11/platform.h

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

Loading…
Cancel
Save