1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 10:48:51 -05:00

Fix type of OpenGL bundle reference

This commit is contained in:
Camilla Berglund 2015-12-08 15:10:23 +01:00
parent 1ea66b9033
commit b3d0bd6081

View File

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