Skip to content

Commit

Permalink
Update macos.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
arshavirmirzakhani committed Jan 9, 2025
1 parent dfef98d commit dec3fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ impl MacosDisplay {
SetWindowPosition { .. } => {
eprintln!("Not implemented for macos");
}
SetWindowIcon {new_icon} => self.set_icon(self.window, new_icon),
SetWindowIcon {new_icon} => set_icon(self.window, new_icon),

Check failure on line 207 in src/native/macos.rs

View workflow job for this annotation

GitHub Actions / Build (macos-latest, x86_64-apple-darwin)

mismatched types
_ => {}
}
}
Expand Down

0 comments on commit dec3fe7

Please sign in to comment.