Revert "Add platform_display impls for win32 and android"

This commit is contained in:
tomaka 2014-10-25 10:31:25 +02:00 committed by Tomaka17
parent 5c31daf7e2
commit fa99f0e701
2 changed files with 2 additions and 2 deletions

View file

@ -189,7 +189,7 @@ impl Window {
}
pub fn platform_display(&self) -> *mut libc::c_void {
self.surface as *mut libc::c_void
self.display as *mut libc::c_void
}
}

View file

@ -236,7 +236,7 @@ impl Window {
}
pub fn platform_display(&self) -> *mut libc::c_void {
self.window as *mut libc::c_void
unimplemented!()
}
}