mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Move all context related members to _GLFWcontext
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ typedef GLFWglproc (EGLAPIENTRY * PFNEGLGETPROCADDRESSPROC)(const char*);
|
||||
typedef struct _GLFWcontextEGL
|
||||
{
|
||||
EGLConfig config;
|
||||
EGLContext context;
|
||||
EGLContext handle;
|
||||
EGLSurface surface;
|
||||
|
||||
void* client;
|
||||
|
||||
Reference in New Issue
Block a user