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
commit 5529194c8d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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