aboutsummaryrefslogtreecommitdiffstats
path: root/examples/fullscreen.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fullscreen.rs')
-rw-r--r--examples/fullscreen.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fullscreen.rs b/examples/fullscreen.rs
index 92d32a3..8671c9e 100644
--- a/examples/fullscreen.rs
+++ b/examples/fullscreen.rs
@@ -32,7 +32,7 @@ fn main() {
};
let window = glutin::WindowBuilder::new()
- .with_title("Hello world!".to_string())
+ .with_title("Hello world!")
.with_fullscreen(monitor)
.build()
.unwrap();