This commit is contained in:
rustdesk 2024-01-26 12:54:36 +08:00
parent 1d755c705b
commit f016281e30

View File

@ -71,7 +71,7 @@ impl Display {
}
pub fn scale(self) -> f64 {
unsafe { BackingScaleFactor() } as _
unsafe { BackingScaleFactor() as _ }
}
pub fn bounds(self) -> CGRect {