Cocoa: Add NSApplicationDelegate protocol

master
Camilla Löwy ago%!(EXTRA string=7 years) committed by Camilla Löwy
parent 88c5edb409
commit c3ed70a4b7
  1. 2
      src/cocoa_window.m

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

Loading…
Cancel
Save