Merge pull request #2647 from KG7x/master

Fix typo & Optimize images & Cleanup
This commit is contained in:
RustDesk
2022-12-26 13:16:52 +08:00
committed by GitHub
83 changed files with 103 additions and 103 deletions

View File

@@ -1,7 +1,7 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "gdb",

View File

@@ -21,7 +21,7 @@
//! Possible use cases could be for testing user interfaces on different
//! plattforms,
//! building remote control applications or just automating tasks for user
//! interfaces unaccessible by a public API or scripting laguage.
//! interfaces unaccessible by a public API or scripting language.
//!
//! For the keyboard there are currently two modes you can use. The first mode
//! is represented by the [key_sequence]() function

View File

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