mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 15:13:13 -04:00
Switch win32 implementation to new design
This commit is contained in:
@@ -18,7 +18,7 @@ pub trait WindowExt {
|
||||
impl WindowExt for Window {
|
||||
#[inline]
|
||||
fn get_hwnd(&self) -> *mut libc::c_void {
|
||||
self.window.platform_window()
|
||||
self.window.hwnd() as *mut _
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user