mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Correct run loop linking
This commit is contained in:
+1
-2
@@ -10,11 +10,10 @@ RunLoopMode :: ^String
|
|||||||
|
|
||||||
@(link_prefix="NS")
|
@(link_prefix="NS")
|
||||||
foreign Foundation {
|
foreign Foundation {
|
||||||
CommonRunLoopMode: RunLoopMode
|
RunLoopCommonModes: RunLoopMode
|
||||||
DefaultRunLoopMode: RunLoopMode
|
DefaultRunLoopMode: RunLoopMode
|
||||||
EventTrackingRunLoopMode: RunLoopMode
|
EventTrackingRunLoopMode: RunLoopMode
|
||||||
ModalPanelRunLoopMode: RunLoopMode
|
ModalPanelRunLoopMode: RunLoopMode
|
||||||
TrackingRunLoopMode: RunLoopMode
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ActivationPolicy :: enum UInteger {
|
ActivationPolicy :: enum UInteger {
|
||||||
|
|||||||
Reference in New Issue
Block a user