mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Removed use of removed token.
This commit is contained in:
parent
46c1e4028f
commit
4ab93ee155
@ -152,7 +152,7 @@ int _glfwCreateContext(_GLFWwindow* window,
|
||||
|
||||
ADD_ATTR(NSOpenGLPFADoubleBuffer);
|
||||
|
||||
if (wndconfig->mode == GLFW_FULLSCREEN)
|
||||
if (wndconfig->monitor)
|
||||
{
|
||||
ADD_ATTR(NSOpenGLPFANoRecovery);
|
||||
ADD_ATTR2(NSOpenGLPFAScreenMask,
|
||||
|
Loading…
Reference in New Issue
Block a user