Added window::Id to multi_window application's scale_factor
This commit is contained in:
parent
7e9a12a4aa
commit
0a643287de
4 changed files with 14 additions and 6 deletions
|
|
@ -146,7 +146,7 @@ where
|
|||
/// while a scale factor of `0.5` will shrink them to half their size.
|
||||
///
|
||||
/// By default, it returns `1.0`.
|
||||
fn scale_factor(&self) -> f64 {
|
||||
fn scale_factor(&self, window: window::Id) -> f64 {
|
||||
1.0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue