mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fixed Lion full screen regression.
Restored lines lost during testing surgery.
This commit is contained in:
parent
9f58d8d715
commit
34bf1b13e9
@ -955,6 +955,9 @@ static GLboolean createWindow(_GLFWwindow* window,
|
||||
#if defined(_GLFW_USE_RETINA)
|
||||
[window->ns.view setWantsBestResolutionOpenGLSurface:YES];
|
||||
#endif
|
||||
|
||||
if (wndconfig->resizable)
|
||||
[window->ns.object setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary];
|
||||
}
|
||||
#endif /*MAC_OS_X_VERSION_MAX_ALLOWED*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user