mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
sys/darwin/foundation: fix Application->sendEvent signature
This commit is contained in:
@@ -132,7 +132,7 @@ Application_nextEventMatchingMask :: proc "c" (self: ^Application, mask: EventMa
|
|||||||
|
|
||||||
@(objc_type=Application, objc_name="sendEvent")
|
@(objc_type=Application, objc_name="sendEvent")
|
||||||
Application_sendEvent :: proc "c" (self: ^Application, event: ^Event) {
|
Application_sendEvent :: proc "c" (self: ^Application, event: ^Event) {
|
||||||
msgSend(Event, self, "sendEvent:", event)
|
msgSend(nil, self, "sendEvent:", event)
|
||||||
}
|
}
|
||||||
@(objc_type=Application, objc_name="updateWindows")
|
@(objc_type=Application, objc_name="updateWindows")
|
||||||
Application_updateWindows :: proc "c" (self: ^Application) {
|
Application_updateWindows :: proc "c" (self: ^Application) {
|
||||||
|
|||||||
Reference in New Issue
Block a user