mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
fix cursor embeded value on x11
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
4d044ca57a
commit
5877bcf2a1
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ use std::{io, ops, time::Duration};
|
|||
|
||||
pub struct Capturer(x11::Capturer);
|
||||
|
||||
pub const IS_CURSOR_EMBEDED: bool = true;
|
||||
pub const IS_CURSOR_EMBEDED: bool = false;
|
||||
|
||||
impl Capturer {
|
||||
pub fn new(display: Display, yuv: bool) -> io::Result<Capturer> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue