mirror of
https://github.com/glfw/glfw.git
synced 2025-04-13 16:50:39 +00:00
Removed use of removed token.
This commit is contained in:
parent
46c1e4028f
commit
4ab93ee155
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue