Merge branch 'glfw_upstream' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal
2019-10-06 20:39:25 +05:30

View File

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