Browse Source

Correct run loop linking

Lucas Perlind 2 years ago
parent
commit
29f7eaad78
1 changed files with 1 additions and 2 deletions
  1. 1 2
      vendor/darwin/Foundation/NSApplication.odin

+ 1 - 2
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 {