mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
with_monitor -> with_fullscreen
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user