Correct run loop linking

This commit is contained in:
Lucas Perlind
2023-08-25 13:46:03 +10:00
parent 8f086a6957
commit 29f7eaad78
+1 -2
View File
@@ -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 {