Selaa lähdekoodia

Fix type of OpenGL bundle reference

Camilla Berglund 9 vuotta sitten
vanhempi
commit
b3d0bd6081
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/nsgl_context.h

+ 1 - 1
src/nsgl_context.h

@@ -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;