Parcourir la source

Fix type of OpenGL bundle reference

Camilla Berglund il y a 9 ans
Parent
commit
b3d0bd6081
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/nsgl_context.h

+ 1 - 1
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;