Fix type of OpenGL bundle reference

master
Camilla Berglund ago%!(EXTRA string=10 years)
parent 1ea66b9033
commit b3d0bd6081
  1. 2
      src/nsgl_context.h

@ -47,7 +47,7 @@ typedef struct _GLFWcontextNSGL
typedef struct _GLFWlibraryNSGL
{
// dlopen handle for OpenGL.framework (for glfwGetProcAddress)
void* framework;
CFBundleRef framework;
} _GLFWlibraryNSGL;

Loading…
Cancel
Save