|
|
@ -363,7 +363,7 @@ static const NSRange kEmptyRange = { NSNotFound, 0 }; |
|
|
|
// Delegate for application related notifications |
|
|
|
// Delegate for application related notifications |
|
|
|
//------------------------------------------------------------------------ |
|
|
|
//------------------------------------------------------------------------ |
|
|
|
|
|
|
|
|
|
|
|
@interface GLFWApplicationDelegate : NSObject |
|
|
|
@interface GLFWApplicationDelegate : NSObject <NSApplicationDelegate> |
|
|
|
@end |
|
|
|
@end |
|
|
|
|
|
|
|
|
|
|
|
@implementation GLFWApplicationDelegate |
|
|
|
@implementation GLFWApplicationDelegate |
|
|
|