mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 19:51:29 +03:00
Fix: Mac retina display video blur (#6980)
* fix mac retina display blur Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> * Update display.rs --------- Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com> Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
@@ -193,6 +193,7 @@ extern "C" {
|
||||
pub fn CGDisplayIsOnline(display: u32) -> i32;
|
||||
|
||||
pub fn CGDisplayBounds(display: u32) -> CGRect;
|
||||
pub fn BackingScaleFactor() -> f32;
|
||||
|
||||
// IOSurface
|
||||
|
||||
|
||||
Reference in New Issue
Block a user