diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/macos.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/macos.m b/src/ui/macos.m index 65cd0c90..f7c49547 100644 --- a/src/ui/macos.m +++ b/src/ui/macos.m | |||
@@ -95,7 +95,7 @@ enum iTouchBarVariant { | |||
95 | NSMutableDictionary<NSString *, NSString*> *menuCommands; | 95 | NSMutableDictionary<NSString *, NSString*> *menuCommands; |
96 | } | 96 | } |
97 | - (id)initWithSDLDelegate:(NSObject<NSApplicationDelegate> *)sdl; | 97 | - (id)initWithSDLDelegate:(NSObject<NSApplicationDelegate> *)sdl; |
98 | - (NSTouchBar *)makeTouchBar; | 98 | //- (NSTouchBar *)makeTouchBar; |
99 | /* SDL needs to do its own thing. */ | 99 | /* SDL needs to do its own thing. */ |
100 | - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename; | 100 | - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename; |
101 | - (void)applicationDidFinishLaunching:(NSNotification *)notificatiosn; | 101 | - (void)applicationDidFinishLaunching:(NSNotification *)notificatiosn; |