More build fixing

This commit is contained in:
Daniel Collin 2016-01-09 21:01:23 +01:00
parent 5d4b2981eb
commit 94bf0daff9

View file

@ -177,7 +177,7 @@ impl Window {
}
#[inline]
pub fn set_position(&mut self, _: isize, _: isize) {
pub fn set_position(&mut self, x: isize, y: isize) {
unsafe { mfb_set_position(self.window_handle, x as i32, y as i32) }
}