1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

Merge branch 'master' of github.com:elmindreda/glfw

This commit is contained in:
Camilla Berglund 2012-10-21 21:32:51 +02:00
commit b87157ccc1

View File

@ -654,9 +654,9 @@ static GLboolean initializeAppKit(void)
// Implicitly create shared NSApplication instance // Implicitly create shared NSApplication instance
[GLFWApplication sharedApplication]; [GLFWApplication sharedApplication];
// Setting up the menu bar must go between sharedApplication // Menu bar setup must go between sharedApplication above and
// above and finishLaunching below, in order to properly emulate the // finishLaunching below, in order to properly emulate the behavior
// behavior of NSApplicationMain // of NSApplicationMain
createMenuBar(); createMenuBar();
[NSApp finishLaunching]; [NSApp finishLaunching];