Add dynamic client library loading to EGL backend

Fixes #586.
This commit is contained in:
Camilla Berglund
2015-08-27 15:11:48 +02:00
parent 255f9f0234
commit da3a77b4e3
3 changed files with 90 additions and 0 deletions
+2
View File
@@ -97,6 +97,8 @@ typedef struct _GLFWcontextEGL
XVisualInfo* visual;
#endif
void* client;
} _GLFWcontextEGL;