Merge pull request #6270 from dignow/fix/android_rotation

fix, android rotate screen
This commit is contained in:
RustDesk 2023-11-03 10:34:54 +08:00 committed by GitHub
commit 11232c6f23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View file

@ -12,6 +12,7 @@ use scrap::Display;
pub const NAME: &'static str = "display";
#[cfg(all(windows, feature = "virtual_display_driver"))]
const DUMMY_DISPLAY_SIDE_MAX_SIZE: usize = 1024;
struct ChangedResolution {