summaryrefslogtreecommitdiffstats
path: root/osdep/main-fn-mac.c
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-03-30 19:26:45 +0100
committerder richter <der.richter@gmx.de>2024-04-01 22:13:39 +0200
commit7619cceb875da939f26b02ae3e1b2f5b3d0f103c (patch)
treededa004068cdaf49add3dc8059bfaf49e80eb385 /osdep/main-fn-mac.c
parentb7c5b26d35f9ba4e8776c63be69fd4aefd1afb3c (diff)
downloadmpv-7619cceb875da939f26b02ae3e1b2f5b3d0f103c.tar.bz2
mpv-7619cceb875da939f26b02ae3e1b2f5b3d0f103c.tar.xz
mac/app: rewrite App c main function, startup and termination in swift
also move main invocation into AppHub and completely delete the old Application c implementation.
Diffstat (limited to 'osdep/main-fn-mac.c')
-rw-r--r--osdep/main-fn-mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/main-fn-mac.c b/osdep/main-fn-mac.c
index 356f767911..ee2d6e3464 100644
--- a/osdep/main-fn-mac.c
+++ b/osdep/main-fn-mac.c
@@ -1,4 +1,4 @@
-#include "osdep/mac/application.h"
+#include "osdep/mac/app_bridge.h"
// This is needed because Cocoa absolutely requires creating the NSApplication
// singleton and running it in the "main" thread. It is apparently not