summaryrefslogtreecommitdiffstats
path: root/platform/macos/godot_application_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/godot_application_delegate.h')
-rw-r--r--platform/macos/godot_application_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/godot_application_delegate.h b/platform/macos/godot_application_delegate.h
index 2426fb0b1c..45bd85c45c 100644
--- a/platform/macos/godot_application_delegate.h
+++ b/platform/macos/godot_application_delegate.h
@@ -36,7 +36,7 @@
#import <AppKit/AppKit.h>
#import <Foundation/Foundation.h>
-@interface GodotApplicationDelegate : NSObject
+@interface GodotApplicationDelegate : NSObject <NSUserInterfaceItemSearching, NSApplicationDelegate>
- (void)forceUnbundledWindowActivationHackStep1;
- (void)forceUnbundledWindowActivationHackStep2;
- (void)forceUnbundledWindowActivationHackStep3;