Reduce difference to GLFW upstream

This commit is contained in:
Luflosi
2019-10-07 23:49:46 +02:00
parent 4f85d4db71
commit c05cbed5b2
4 changed files with 9 additions and 8 deletions

4
glfw/nsgl_context.h vendored
View File

@@ -32,8 +32,8 @@
//
typedef struct _GLFWcontextNSGL
{
id pixelFormat;
id object;
id pixelFormat;
id object;
} _GLFWcontextNSGL;