mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Add default title for windows
This commit is contained in:
parent
61781cf209
commit
acb0ab7cac
|
@ -60,7 +60,7 @@ impl WindowBuilder {
|
|||
pub fn new() -> WindowBuilder {
|
||||
WindowBuilder {
|
||||
dimensions: None,
|
||||
title: String::new(),
|
||||
title: "gl-init-rs window".to_string(),
|
||||
monitor: None,
|
||||
gl_version: None,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue