We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef23336 commit 484eb90Copy full SHA for 484eb90
src/win/window.rs
@@ -75,7 +75,7 @@ impl WindowHandle {
75
pub fn close(&mut self) {
76
if let Some(hwnd) = self.hwnd.take() {
77
unsafe {
78
- PostMessageW(hwnd, BV_WINDOW_MUST_CLOSE, 0, 0);
+ // PostMessageW(hwnd, BV_WINDOW_MUST_CLOSE, 0, 0);
79
DestroyWindow(hwnd);
80
}
81
0 commit comments