From e35badcb70c98c17e16c83ab0ccf622628ded060 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 17 Sep 2010 00:44:33 +0200 Subject: [PATCH] Formatting. --- src/cocoa/cocoa_init.m | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/cocoa/cocoa_init.m b/src/cocoa/cocoa_init.m index 82ffb7e6..89bebabc 100644 --- a/src/cocoa/cocoa_init.m +++ b/src/cocoa/cocoa_init.m @@ -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 //========================================================================