mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -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();
|
||||
context_stash.as_mut().unwrap().windows.remove(&window);
|
||||
});
|
||||
0
|
||||
user32::DefWindowProcW(window, msg, wparam, lparam)
|
||||
},
|
||||
|
||||
winapi::WM_ERASEBKGND => {
|
||||
|
||||
Reference in New Issue
Block a user