Merge pull request #203 from tomaka/osx-fix-attempt

More OS/X fixes
This commit is contained in:
tomaka 2015-01-15 20:49:44 +01:00
commit afba03bf2a

View file

@ -316,11 +316,11 @@ impl Window {
pub fn hide(&self) {
}
pub fn get_position(&self) -> Option<(isize, isize)> {
pub fn get_position(&self) -> Option<(i32, i32)> {
unimplemented!()
}
pub fn set_position(&self, _x: isize, _y: isize) {
pub fn set_position(&self, _x: i32, _y: i32) {
unimplemented!()
}