annes
2 kuukautta sitten
committed by
GitHub
vanhempi
commit
9ed4aad25f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
src/platforms/rcore_desktop_glfw.c
|
|
|
@ -101,7 +101,7 @@ |
|
|
|
#endif |
|
|
|
#if defined(__APPLE__) |
|
|
|
#include <unistd.h> // Required for: usleep() |
|
|
|
#include "_cocoalayer.h" |
|
|
|
#include "../_cocoalayer.h" |
|
|
|
//#define GLFW_EXPOSE_NATIVE_COCOA // WARNING: Fails due to type redefinition |
|
|
|
void *glfwGetCocoaWindow(GLFWwindow* handle); |
|
|
|
#include "GLFW/glfw3native.h" // Required for: glfwGetCocoaWindow() |
|
|
|
|