Update winit and glutin forks
This commit is contained in:
parent
94fc3d993e
commit
7ec4747304
6 changed files with 15 additions and 15 deletions
|
|
@ -138,7 +138,7 @@ impl Window {
|
|||
use ::winit::platform::unix::WindowBuilderExtUnix;
|
||||
|
||||
if let Some(id) = _id {
|
||||
window_builder = window_builder.with_app_id(id);
|
||||
window_builder = window_builder.with_name(id.clone(), id);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue