Browse Source

Fixed compilation of Contexts::EglContextHandler.

pull/7/head
Vladimír Vondruš 14 years ago
parent
commit
68f0bac60a
  1. 2
      src/Contexts/EglContextHandler.cpp
  2. 3
      src/Contexts/EglContextHandler.h

2
src/Contexts/EglContextHandler.cpp

@ -15,6 +15,8 @@
#include "EglContextHandler.h"
#include <Utility/Debug.h>
#include "Context.h"
namespace Magnum { namespace Contexts {

3
src/Contexts/EglContextHandler.h

@ -26,6 +26,9 @@
#endif
#include <EGL/egl.h>
/* undef Xlib nonsense to avoid conflicts */
#undef None
#include "AbstractContextHandler.h"
#include "magnumCompatibility.h"

Loading…
Cancel
Save