mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 00:01:29 +03:00
Fix typo
This commit is contained in:
@@ -68,7 +68,7 @@ extern "C" {
|
||||
) -> Boolean;
|
||||
|
||||
fn CGEventPost(tapLocation: CGEventTapLocation, event: *mut MyCGEvent);
|
||||
// Actually return CFDataRef which is const here, but for coding convienence, return *mut c_void
|
||||
// Actually return CFDataRef which is const here, but for coding convenience, return *mut c_void
|
||||
fn TISGetInputSourceProperty(source: TISInputSourceRef, property: *const c_void)
|
||||
-> *mut c_void;
|
||||
// not present in servo/core-graphics
|
||||
|
||||
Reference in New Issue
Block a user