Browse Source

Undef some more Xlib nonsense.

pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
0f579efe85
  1. 4
      src/Contexts/XEglContext.h

4
src/Contexts/XEglContext.h

@ -22,9 +22,9 @@
#include "Magnum.h"
#include <X11/Xlib.h>
#ifdef None // undef Xlib nonsense to avoid conflicts
/* undef Xlib nonsense to avoid conflicts */
#undef None
#endif
#undef Always
#ifndef SUPPORT_X11
#define SUPPORT_X11 // OpenGL ES on BeagleBoard needs this (?)

Loading…
Cancel
Save