mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
fix build linux
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
b55c916e77
commit
ed28928c84
1 changed files with 0 additions and 3 deletions
|
|
@ -271,9 +271,6 @@ pub(super) fn get_capturer() -> ResultType<super::video_service::CapturerInfo> {
|
|||
let cap_display_info = &*cap_display_info;
|
||||
let rect = cap_display_info.rects[cap_display_info.current];
|
||||
Ok(super::video_service::CapturerInfo {
|
||||
name: cap_display_info.displays[cap_display_info.current]
|
||||
.name
|
||||
.clone(),
|
||||
origin: rect.0,
|
||||
width: rect.1,
|
||||
height: rect.2,
|
||||
|
|
|
|||
Loading…
Reference in a new issue