Match presence of lib prefix on EGL/GLES binaries

This commit is contained in:
Camilla Berglund
2016-07-20 13:11:08 +02:00
parent d5e00e6b0f
commit 2060de5ed0
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -171,6 +171,7 @@ typedef struct _GLFWlibraryEGL
{
EGLDisplay display;
EGLint major, minor;
GLFWbool prefix;
GLFWbool KHR_create_context;
GLFWbool KHR_create_context_no_error;