mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-27 04:28:52 -05:00
Fixed sharing between windowed and fullscreen windows.
This commit is contained in:
parent
cdfbe68a96
commit
fa35d701a7
|
@ -138,13 +138,6 @@ int _glfwCreateContext(_GLFWwindow* window,
|
||||||
|
|
||||||
ADD_ATTR(NSOpenGLPFADoubleBuffer);
|
ADD_ATTR(NSOpenGLPFADoubleBuffer);
|
||||||
|
|
||||||
if (wndconfig->monitor)
|
|
||||||
{
|
|
||||||
ADD_ATTR(NSOpenGLPFANoRecovery);
|
|
||||||
ADD_ATTR2(NSOpenGLPFAScreenMask,
|
|
||||||
CGDisplayIDToOpenGLDisplayMask(wndconfig->monitor->ns.displayID));
|
|
||||||
}
|
|
||||||
|
|
||||||
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
|
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
|
||||||
if (wndconfig->glMajor > 2)
|
if (wndconfig->glMajor > 2)
|
||||||
ADD_ATTR2(NSOpenGLPFAOpenGLProfile, NSOpenGLProfileVersion3_2Core);
|
ADD_ATTR2(NSOpenGLPFAOpenGLProfile, NSOpenGLProfileVersion3_2Core);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user