Removed use of removed token.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 46c1e4028f
commit 4ab93ee155
  1. 2
      src/nsgl_context.m

@ -152,7 +152,7 @@ int _glfwCreateContext(_GLFWwindow* window,
ADD_ATTR(NSOpenGLPFADoubleBuffer); ADD_ATTR(NSOpenGLPFADoubleBuffer);
if (wndconfig->mode == GLFW_FULLSCREEN) if (wndconfig->monitor)
{ {
ADD_ATTR(NSOpenGLPFANoRecovery); ADD_ATTR(NSOpenGLPFANoRecovery);
ADD_ATTR2(NSOpenGLPFAScreenMask, ADD_ATTR2(NSOpenGLPFAScreenMask,

Loading…
Cancel
Save