From b3d0bd608152791ae15e40dd99472fdf4a9bd396 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 8 Dec 2015 15:10:23 +0100 Subject: [PATCH] Fix type of OpenGL bundle reference --- src/nsgl_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nsgl_context.h b/src/nsgl_context.h index 97c92244..e68fc99a 100644 --- a/src/nsgl_context.h +++ b/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;