mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 23:43:15 +00:00
NSGL: Remove problematic swap interval workaround
Fixes #1483.
(cherry picked from commit 54e8e0b092)
This commit is contained in:
committed by
Camilla Löwy
parent
7c9d0081e3
commit
ccb54c3e05
@@ -44,10 +44,6 @@ typedef struct _GLFWcontextNSGL
|
||||
{
|
||||
id pixelFormat;
|
||||
id object;
|
||||
CVDisplayLinkRef displayLink;
|
||||
atomic_int swapInterval;
|
||||
int swapIntervalsPassed;
|
||||
id swapIntervalCond;
|
||||
|
||||
} _GLFWcontextNSGL;
|
||||
|
||||
@@ -67,5 +63,4 @@ GLFWbool _glfwCreateContextNSGL(_GLFWwindow* window,
|
||||
const _GLFWctxconfig* ctxconfig,
|
||||
const _GLFWfbconfig* fbconfig);
|
||||
void _glfwDestroyContextNSGL(_GLFWwindow* window);
|
||||
void _glfwUpdateDisplayLinkDisplayNSGL(_GLFWwindow* window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user