mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 11:51:29 +03:00
fix linux to mac, keyboard input
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -5,7 +5,7 @@ use std::{io, sync::RwLock, time::Duration};
|
||||
pub struct Capturer(Display, Box<dyn Recorder>, bool, Vec<u8>);
|
||||
|
||||
#[allow(non_upper_case_globals)]
|
||||
pub const is_cursor_embedded: bool = true;
|
||||
pub const IS_CURSOR_EMBEDDED: bool = true;
|
||||
|
||||
lazy_static::lazy_static! {
|
||||
static ref MAP_ERR: RwLock<Option<fn(err: String)-> io::Error>> = Default::default();
|
||||
|
||||
Reference in New Issue
Block a user