mirror of
https://github.com/edubart/otclient.git
synced 2025-10-21 15:03:26 +02:00
fix EGL compilation
This commit is contained in:
@@ -82,7 +82,6 @@ public:
|
||||
bool isMaximized();
|
||||
|
||||
private:
|
||||
GLXFBConfig *m_fbConfig;
|
||||
Display *m_display;
|
||||
XVisualInfo *m_visual;
|
||||
Window m_window;
|
||||
@@ -97,6 +96,7 @@ private:
|
||||
|
||||
#ifndef OPENGL_ES2
|
||||
GLXContext m_glxContext;
|
||||
GLXFBConfig *m_fbConfig;
|
||||
#else
|
||||
EGLConfig m_eglConfig;
|
||||
EGLContext m_eglContext;
|
||||
|
Reference in New Issue
Block a user