From f0e9871f108d2744a2d8075c716a370154b3b852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 5 Jun 2013 15:08:40 +0200 Subject: [PATCH] Platform: #undef another mess from Xorg headers. --- src/Platform/AbstractXApplication.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Platform/AbstractXApplication.h b/src/Platform/AbstractXApplication.h index ac0710785..ba5bb5680 100644 --- a/src/Platform/AbstractXApplication.h +++ b/src/Platform/AbstractXApplication.h @@ -35,6 +35,7 @@ #include #include /* undef Xlib nonsense to avoid conflicts */ +#undef Complex #undef None #undef Always