This commit is contained in:
Josh Groves
2022-07-15 14:02:12 -02:30
committed by GitHub
parent 1091a8ba1a
commit 430a49ebc2
10 changed files with 12 additions and 12 deletions

View File

@@ -881,7 +881,7 @@ impl MonitorHandle {
}
pub fn refresh_rate_millihertz(&self) -> Option<u32> {
// FIXME no way to get real refrsh rate for now.
// FIXME no way to get real refresh rate for now.
None
}