From 0f579efe854566371b7f732661296e7ef9bf4d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 18 Aug 2012 22:52:22 +0200 Subject: [PATCH] Undef some more Xlib nonsense. --- src/Contexts/XEglContext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (?)