mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 20:41:28 +03:00
fix linux to mac, keyboard input
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -4,7 +4,7 @@ use std::{io, ops, time::Duration};
|
||||
pub struct Capturer(x11::Capturer);
|
||||
|
||||
#[allow(non_upper_case_globals)]
|
||||
pub const is_cursor_embedded: bool = false;
|
||||
pub const IS_CURSOR_EMBEDDED: bool = false;
|
||||
|
||||
impl Capturer {
|
||||
pub fn new(display: Display, yuv: bool) -> io::Result<Capturer> {
|
||||
|
||||
Reference in New Issue
Block a user