Cocoa: Add NSApplicationDelegate protocol

From c3ed70a4b7.
This commit is contained in:
Luflosi 2019-10-06 16:58:06 +02:00
parent 802da7087c
commit 5b008163af
No known key found for this signature in database
GPG Key ID: 14140F703B7D8362

View File

@ -667,7 +667,7 @@ - (void)windowDidChangeScreen:(NSNotification *)notification
// Delegate for application related notifications {{{
@interface GLFWApplicationDelegate : NSObject
@interface GLFWApplicationDelegate : NSObject <NSApplicationDelegate>
@end
@implementation GLFWApplicationDelegate