Move all context related members to _GLFWcontext

This commit is contained in:
Camilla Berglund
2015-11-09 16:48:55 +01:00
parent b22a0ec7d8
commit d4079ad3a2
11 changed files with 146 additions and 124 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ typedef void (*PFNGLXDESTROYWINDOWPROC)(Display*,GLXWindow);
//
typedef struct _GLFWcontextGLX
{
GLXContext context;
GLXContext handle;
GLXWindow window;
} _GLFWcontextGLX;