From 29f7eaad78df02b0470d769835ff8c5e7ddf0542 Mon Sep 17 00:00:00 2001 From: Lucas Perlind Date: Fri, 25 Aug 2023 13:46:03 +1000 Subject: [PATCH] Correct run loop linking --- vendor/darwin/Foundation/NSApplication.odin | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vendor/darwin/Foundation/NSApplication.odin b/vendor/darwin/Foundation/NSApplication.odin index 7dfb0a879..c763d7210 100644 --- a/vendor/darwin/Foundation/NSApplication.odin +++ b/vendor/darwin/Foundation/NSApplication.odin @@ -10,11 +10,10 @@ RunLoopMode :: ^String @(link_prefix="NS") foreign Foundation { - CommonRunLoopMode: RunLoopMode + RunLoopCommonModes: RunLoopMode DefaultRunLoopMode: RunLoopMode EventTrackingRunLoopMode: RunLoopMode ModalPanelRunLoopMode: RunLoopMode - TrackingRunLoopMode: RunLoopMode } ActivationPolicy :: enum UInteger {