mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-28 07:33:14 -04:00
Reimplement platform_window on win32
This commit is contained in:
@@ -157,7 +157,7 @@ impl Window {
|
||||
}
|
||||
// TODO: remove
|
||||
pub fn platform_window(&self) -> *mut ::libc::c_void {
|
||||
panic!() // Deprecated function ; we don't care anymore
|
||||
self.window.0 as *mut ::libc::c_void
|
||||
}
|
||||
|
||||
/// Returns the `hwnd` of this window.
|
||||
|
||||
Reference in New Issue
Block a user