Merge pull request #2767 from Lperlind/master

Correct run loop linking
This commit is contained in:
gingerBill
2023-08-25 11:20:07 +01:00
committed by GitHub

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 {