mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-17 10:11:01 +03:00
println in winmain
This commit is contained in:
@@ -48,7 +48,7 @@ pub fn breakdown_callback() {
|
||||
pub fn change_resolution(name: &str, width: usize, height: usize) -> ResultType<()> {
|
||||
let cur_resolution = current_resolution(name)?;
|
||||
// For MacOS
|
||||
// to-do: Make sure the following comparison works.
|
||||
// to-do: Make sure the following comparison works.
|
||||
// For Linux
|
||||
// Just run "xrandr", dpi may not be taken into consideration.
|
||||
// For Windows
|
||||
|
||||
Reference in New Issue
Block a user