mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Formatting.
This commit is contained in:
parent
377e3e1f53
commit
e35badcb70
@ -33,6 +33,10 @@
|
|||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
|
|
||||||
|
//========================================================================
|
||||||
|
// GLFW application class
|
||||||
|
//========================================================================
|
||||||
|
|
||||||
@interface GLFWApplication : NSApplication
|
@interface GLFWApplication : NSApplication
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@ -51,6 +55,7 @@
|
|||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
||||||
// Prior to Snow Leopard, we need to use this oddly-named semi-private API
|
// 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
|
// to get the application menu working properly. Need to be careful in
|
||||||
// case it goes away in a future OS update.
|
// case it goes away in a future OS update.
|
||||||
@ -66,6 +71,7 @@ NSString* GLFWNameKeys[] =
|
|||||||
@"CFBundleExecutable",
|
@"CFBundleExecutable",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
//========================================================================
|
//========================================================================
|
||||||
// Try to figure out what the calling application is called
|
// Try to figure out what the calling application is called
|
||||||
//========================================================================
|
//========================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user