annes
2 månader sedan
committed by
GitHub
förälder
incheckning
9ed4aad25f
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: B5690EEEBB952194
1 ändrade filer med
1 tillägg och
1 borttagningar
-
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() |
|
|
|
|