From bfc5d3e63d0d2a511cfbbf08895be4a7031a248f Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Sat, 2 Aug 2014 11:04:48 +0200 Subject: with_monitor -> with_fullscreen --- examples/fullscreen.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/fullscreen.rs') diff --git a/examples/fullscreen.rs b/examples/fullscreen.rs index 80e6089..e5f8fd4 100644 --- a/examples/fullscreen.rs +++ b/examples/fullscreen.rs @@ -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(); -- cgit v1.2.3