mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
Add default title for windows
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user