mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Explicitly choose closest policy.
This commit is contained in:
@@ -137,6 +137,7 @@ int _glfwCreateContext(_GLFWwindow* window,
|
||||
NSOpenGLPixelFormatAttribute attributes[40];
|
||||
|
||||
ADD_ATTR(NSOpenGLPFADoubleBuffer);
|
||||
ADD_ATTR(NSOpenGLPFAClosestPolicy);
|
||||
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
|
||||
if (wndconfig->glMajor > 2)
|
||||
|
||||
Reference in New Issue
Block a user