Code cleanup, clearer comments + removed some unnecessary dupe;
Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping;
This commit is contained in:
parent
fa068b904a
commit
8ba1843080
11 changed files with 59 additions and 103 deletions
|
|
@ -743,7 +743,7 @@ pub fn run_command<A, E>(
|
|||
}
|
||||
window::Action::Spawn { .. } => {
|
||||
log::info!(
|
||||
"This is only available on `multi_window::Application`"
|
||||
"Spawning a window is only available with `multi_window::Application`s."
|
||||
)
|
||||
}
|
||||
window::Action::Resize { width, height } => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue