Skip to content

Commit

Permalink
Merge pull request #11147 from unknownbrackets/sdl-gl
Browse files Browse the repository at this point in the history
SDL: Fix EGL build
  • Loading branch information
hrydgard committed Jun 7, 2018
2 parents 6bf6490 + 0345750 commit 3ed9d0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SDL/SDLGLGraphicsContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
#include "Common/GraphicsContext.h"

// TODO: Move this to a better place.
void EGL_Open();
#if defined(USING_EGL)
int8_t EGL_Open();
#endif

class SDLGLGraphicsContext : public DummyGraphicsContext {
public:
Expand Down

0 comments on commit 3ed9d0b

Please sign in to comment.