mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 20:01:28 +03:00
mac scale factor of each screen (#8368)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -193,7 +193,7 @@ extern "C" {
|
||||
pub fn CGDisplayIsOnline(display: u32) -> i32;
|
||||
|
||||
pub fn CGDisplayBounds(display: u32) -> CGRect;
|
||||
pub fn BackingScaleFactor() -> f32;
|
||||
pub fn BackingScaleFactor(display: u32) -> f32;
|
||||
|
||||
// IOSurface
|
||||
|
||||
|
||||
Reference in New Issue
Block a user