|
@@ -232,9 +232,7 @@ GLFWbool _glfwCreateContextNSGL(_GLFWwindow* window,
|
|
// Info.plist for unbundled applications
|
|
// Info.plist for unbundled applications
|
|
// HACK: This assumes that NSOpenGLPixelFormat will remain
|
|
// HACK: This assumes that NSOpenGLPixelFormat will remain
|
|
// a straightforward wrapper of its CGL counterpart
|
|
// a straightforward wrapper of its CGL counterpart
|
|
-#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1080
|
|
|
|
addAttrib(kCGLPFASupportsAutomaticGraphicsSwitching);
|
|
addAttrib(kCGLPFASupportsAutomaticGraphicsSwitching);
|
|
-#endif /*MAC_OS_X_VERSION_MAX_ALLOWED*/
|
|
|
|
}
|
|
}
|
|
|
|
|
|
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 101000
|
|
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 101000
|