with_monitor -> with_fullscreen
This commit is contained in:
parent
8c074af9fc
commit
bfc5d3e63d
2 changed files with 7 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ fn main() {
|
|||
|
||||
let window = init::WindowBuilder::new()
|
||||
.with_title("Hello world!".to_string())
|
||||
.with_monitor(monitor)
|
||||
.with_fullscreen(monitor)
|
||||
.build()
|
||||
.unwrap();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue