mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 14:03:52 +00:00
Cocoa: Add NSApplicationDelegate protocol
This commit is contained in:
parent
88c5edb409
commit
c3ed70a4b7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user