mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 15:13:13 -04:00
Fix default window name
This commit is contained in:
@@ -82,7 +82,7 @@ impl WindowBuilder {
|
||||
pub fn new() -> WindowBuilder {
|
||||
WindowBuilder {
|
||||
dimensions: None,
|
||||
title: "gl-init-rs window".to_string(),
|
||||
title: "glutin window".to_string(),
|
||||
monitor: None,
|
||||
gl_version: None,
|
||||
vsync: false,
|
||||
|
||||
Reference in New Issue
Block a user