We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2312c1c commit f74224eCopy full SHA for f74224e
src/win32/highlightwindow.c
@@ -65,7 +65,7 @@ LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
65
switch(wParam) {
66
case ID_CLOSE_TIMER:
67
KillTimer(hwnd, ID_CLOSE_TIMER);
68
- CloseWindow(hwnd);
+ DestroyWindow(hwnd);
69
PostQuitMessage(0);
70
return 0;
71
}
0 commit comments