println in winmain

This commit is contained in:
rustdesk
2023-07-08 12:34:40 +08:00
parent 685d960b1e
commit afd77181ff
3 changed files with 42 additions and 5 deletions

View File

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