mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 01:01:28 +03:00
@@ -407,7 +407,7 @@ fn run(vs: VideoService) -> ResultType<()> {
|
||||
#[cfg(target_os = "linux")]
|
||||
super::wayland::ensure_inited()?;
|
||||
#[cfg(target_os = "linux")]
|
||||
let wayland_call_on_ret = SimpleCallOnReturn {
|
||||
let _wayland_call_on_ret = SimpleCallOnReturn {
|
||||
b: true,
|
||||
f: Box::new(|| {
|
||||
super::wayland::clear();
|
||||
|
||||
Reference in New Issue
Block a user