GLContext: Fix Android context creation

This commit is contained in:
Connor McLaughlin
2020-07-07 00:59:49 +10:00
parent da180a1c4f
commit 729e1b3392
5 changed files with 10 additions and 14 deletions

View File

@ -1,6 +1,5 @@
#pragma once
#include "context_egl.h"
#include "x11_window.h"
namespace GL {
@ -17,11 +16,6 @@ public:
protected:
EGLNativeWindowType GetNativeWindow(EGLConfig config) override;
private:
ALWAYS_INLINE Display* GetDisplay() const { return static_cast<Display*>(m_wi.display_connection); }
X11Window m_window;
};
} // namespace GL