Browse Source

Fixed compilation of EglContext.

Introduced in 59ca55abe0, we need 'None'
after all.
vectorfields
Vladimír Vondruš 14 years ago
parent
commit
92aab9753d
  1. 2
      src/Contexts/EglContext.cpp

2
src/Contexts/EglContext.cpp

@ -15,6 +15,8 @@
#include "EglContext.h"
#define None 0L // redef Xlib nonsense
using namespace std;
namespace Magnum { namespace Contexts {

Loading…
Cancel
Save