annes
2 месяцев назад
committed by
GitHub
Родитель
Сommit
9ed4aad25f
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: B5690EEEBB952194
1 измененных файлов:
1 добавлений и
1 удалений
-
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() |
|
|
|
|