From 92aab9753d1bb525ef35f1f11095abda04083737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 17 Jul 2012 18:09:15 +0200 Subject: [PATCH] Fixed compilation of EglContext. Introduced in 59ca55abe01a86a3b323cf686880d470667738fb, we need 'None' after all. --- src/Contexts/EglContext.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Contexts/EglContext.cpp b/src/Contexts/EglContext.cpp index fcf7de69f..4f28ca148 100644 --- a/src/Contexts/EglContext.cpp +++ b/src/Contexts/EglContext.cpp @@ -15,6 +15,8 @@ #include "EglContext.h" +#define None 0L // redef Xlib nonsense + using namespace std; namespace Magnum { namespace Contexts {