Status conflicts with *Framebuffer::Status enum.
@ -35,9 +35,10 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
/* undef Xlib nonsense to avoid conflicts */
#undef Always
#undef Complex
#undef None
#undef Status
#include "Math/Vector2.h"
@ -25,11 +25,13 @@
*/
#include "OpenGL.h"
#define Status int
#include <GL/glx.h>
#include "Platform/AbstractXApplication.h"
#include "Platform/Implementation/AbstractContextHandler.h"
@ -34,9 +34,10 @@
#include "Magnum.h"