From 8799213d4a555c87e09931b0bdc5979f05b87315 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 23 May 2015 09:03:42 -0400 Subject: [PATCH] fix build --- ports/glutin/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/glutin/window.rs b/ports/glutin/window.rs index 5da1b03fb7d..726ddf97ba3 100644 --- a/ports/glutin/window.rs +++ b/ports/glutin/window.rs @@ -688,7 +688,7 @@ impl WindowMethods for Window { fn set_cursor(&self, _: Cursor) { } - fn prepare_for_composite(&self) -> bool { + fn prepare_for_composite(&self, _width: usize, _height: usize) -> bool { true }