Correct run loop linking

This commit is contained in:
Lucas Perlind
2023-08-25 13:46:03 +10:00
parent 8f086a6957
commit 29f7eaad78

View File

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