Update raw-window-handle to 0.3 (#1215)
This commit is contained in:
parent
df7571b369
commit
6f5e7e170c
2 changed files with 2 additions and 1 deletions
|
|
@ -367,6 +367,7 @@ impl Window {
|
|||
pub fn raw_window_handle(&self) -> RawWindowHandle {
|
||||
let handle = WindowsHandle {
|
||||
hwnd: self.window.0 as *mut _,
|
||||
hinstance: self.hinstance() as *mut _,
|
||||
..WindowsHandle::empty()
|
||||
};
|
||||
RawWindowHandle::Windows(handle)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue