Revert "Add platform_display impls for win32 and android"
This commit is contained in:
parent
5c31daf7e2
commit
fa99f0e701
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue