mirror of
https://github.com/glfw/glfw.git
synced 2025-04-06 14:05:07 +00:00
Fix type of OpenGL bundle reference
This commit is contained in:
parent
1ea66b9033
commit
b3d0bd6081
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ typedef struct _GLFWcontextNSGL
|
|||
typedef struct _GLFWlibraryNSGL
|
||||
{
|
||||
// dlopen handle for OpenGL.framework (for glfwGetProcAddress)
|
||||
void* framework;
|
||||
CFBundleRef framework;
|
||||
|
||||
} _GLFWlibraryNSGL;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue