diff --git a/src/Contexts/XEglContext.h b/src/Contexts/XEglContext.h index e39fabe19..496ce7c63 100644 --- a/src/Contexts/XEglContext.h +++ b/src/Contexts/XEglContext.h @@ -22,9 +22,9 @@ #include "Magnum.h" #include -#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 (?)