Generalize WindowBuilder::with_title
This commit is contained in:
parent
93c88ee54d
commit
54f442ea06
2 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue