From 9ed4aad25fe80d8dbbe439d33c917b2c81c104a3 Mon Sep 17 00:00:00 2001 From: annes Date: Tue, 23 Dec 2025 15:12:39 +0300 Subject: [PATCH] Update include path for _cocoalayer.h --- src/platforms/rcore_desktop_glfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/rcore_desktop_glfw.c b/src/platforms/rcore_desktop_glfw.c index 2b3e68999..5a1857b3a 100644 --- a/src/platforms/rcore_desktop_glfw.c +++ b/src/platforms/rcore_desktop_glfw.c @@ -101,7 +101,7 @@ #endif #if defined(__APPLE__) #include // 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()