mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
Correct run loop linking
This commit is contained in:
3
vendor/darwin/Foundation/NSApplication.odin
vendored
3
vendor/darwin/Foundation/NSApplication.odin
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user