We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2312c1c + f74224e commit 8575edbCopy full SHA for 8575edb
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