summaryrefslogtreecommitdiff
path: root/libs/raylib/src/external/glfw/src/cocoa_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/raylib/src/external/glfw/src/cocoa_platform.h')
-rw-r--r--libs/raylib/src/external/glfw/src/cocoa_platform.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libs/raylib/src/external/glfw/src/cocoa_platform.h b/libs/raylib/src/external/glfw/src/cocoa_platform.h
index 9a979af..01dcd87 100644
--- a/libs/raylib/src/external/glfw/src/cocoa_platform.h
+++ b/libs/raylib/src/external/glfw/src/cocoa_platform.h
@@ -85,16 +85,11 @@ typedef VkResult (APIENTRY *PFN_vkCreateMetalSurfaceEXT)(VkInstance,const VkMeta
#include "posix_thread.h"
#include "cocoa_joystick.h"
#include "nsgl_context.h"
-#include "egl_context.h"
-#include "osmesa_context.h"
#define _glfw_dlopen(name) dlopen(name, RTLD_LAZY | RTLD_LOCAL)
#define _glfw_dlclose(handle) dlclose(handle)
#define _glfw_dlsym(handle, name) dlsym(handle, name)
-#define _GLFW_EGL_NATIVE_WINDOW ((EGLNativeWindowType) window->ns.view)
-#define _GLFW_EGL_NATIVE_DISPLAY EGL_DEFAULT_DISPLAY
-
#define _GLFW_PLATFORM_WINDOW_STATE _GLFWwindowNS ns
#define _GLFW_PLATFORM_LIBRARY_WINDOW_STATE _GLFWlibraryNS ns
#define _GLFW_PLATFORM_LIBRARY_TIMER_STATE _GLFWtimerNS ns
@@ -121,6 +116,7 @@ typedef struct _GLFWwindowNS
id layer;
GLFWbool maximized;
+ GLFWbool occluded;
GLFWbool retina;
// Cached window properties to filter out duplicate events
@@ -141,7 +137,6 @@ typedef struct _GLFWlibraryNS
{
CGEventSourceRef eventSource;
id delegate;
- GLFWbool finishedLaunching;
GLFWbool cursorHidden;
TISInputSourceRef inputSource;
IOHIDManagerRef hidManager;