From f0ec6ffb21f2cd69fc52408815d7be541b5b2093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 20 Dec 2013 22:43:14 +0100 Subject: [PATCH] Xlib.h, I hate you sincerely. --- src/Framebuffer.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Framebuffer.h b/src/Framebuffer.h index 7318c83cb..c1c5ebffc 100644 --- a/src/Framebuffer.h +++ b/src/Framebuffer.h @@ -31,6 +31,10 @@ #include "AbstractFramebuffer.h" #include "CubeMapTexture.h" +#ifdef _X11_XLIB_H_ /* Xlib.h, I hate you sincerely */ +#undef Status +#endif + namespace Magnum { /**