2
0
Эх сурвалжийг харах

Merge pull request #2767 from Lperlind/master

Correct run loop linking
gingerBill 2 жил өмнө
parent
commit
39c0a619eb

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