Formatting.

This commit is contained in:
Camilla Berglund 2010-09-17 00:44:33 +02:00
parent 377e3e1f53
commit e35badcb70
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,10 @@
#include "internal.h"
//========================================================================
// GLFW application class
//========================================================================
@interface GLFWApplication : NSApplication
@end
@ -51,6 +55,7 @@
@end
// Prior to Snow Leopard, we need to use this oddly-named semi-private API
// to get the application menu working properly. Need to be careful in
// case it goes away in a future OS update.
@ -66,6 +71,7 @@ NSString* GLFWNameKeys[] =
@"CFBundleExecutable",
};
//========================================================================
// Try to figure out what the calling application is called
//========================================================================