mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 14:50:04 -04:00
also call default window handle on wm_close
This commit is contained in:
@@ -291,7 +291,7 @@ pub unsafe extern "system" fn callback(window: winapi::HWND, msg: winapi::UINT,
|
|||||||
let mut context_stash = context_stash.borrow_mut();
|
let mut context_stash = context_stash.borrow_mut();
|
||||||
context_stash.as_mut().unwrap().windows.remove(&window);
|
context_stash.as_mut().unwrap().windows.remove(&window);
|
||||||
});
|
});
|
||||||
0
|
user32::DefWindowProcW(window, msg, wparam, lparam)
|
||||||
},
|
},
|
||||||
|
|
||||||
winapi::WM_ERASEBKGND => {
|
winapi::WM_ERASEBKGND => {
|
||||||
|
|||||||
Reference in New Issue
Block a user