Fixed OS X full screen window hiding.

This commit is contained in:
Camilla Berglund 2014-11-05 16:27:29 +01:00
parent c112804539
commit 8de5c4e3b8

View File

@ -984,6 +984,7 @@ static GLboolean createWindow(_GLFWwindow* window,
[window->ns.object setContentView:window->ns.view];
[window->ns.object setDelegate:window->ns.delegate];
[window->ns.object setAcceptsMouseMovedEvents:YES];
[window->ns.object setHidesOnDeactivate:YES];
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
if (floor(NSAppKitVersionNumber) > NSAppKitVersionNumber10_6)