mirror of
https://github.com/glfw/glfw.git
synced 2026-01-12 07:43:16 +01:00
Fix type of OpenGL bundle reference
This commit is contained in:
@@ -47,7 +47,7 @@ typedef struct _GLFWcontextNSGL
|
||||
typedef struct _GLFWlibraryNSGL
|
||||
{
|
||||
// dlopen handle for OpenGL.framework (for glfwGetProcAddress)
|
||||
void* framework;
|
||||
CFBundleRef framework;
|
||||
|
||||
} _GLFWlibraryNSGL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user