fix build

This commit is contained in:
Mike Blumenkrantz 2015-05-23 09:03:42 -04:00
parent fcb5cf9c6d
commit 8799213d4a

View file

@ -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
}