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
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 {