mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 10:01:29 +03:00
@@ -3,7 +3,7 @@ use std::{io, ops, time::Duration};
|
||||
|
||||
pub struct Capturer(x11::Capturer);
|
||||
|
||||
pub const IS_CURSOR_EMBEDED: 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