From 7619cceb875da939f26b02ae3e1b2f5b3d0f103c Mon Sep 17 00:00:00 2001 From: der richter Date: Sat, 30 Mar 2024 19:26:45 +0100 Subject: 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. --- osdep/main-fn-mac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/main-fn-mac.c') 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 -- cgit v1.2.3