Win32: fix non closing window when clicking the X
it wasn't getting out of the event polling loop
This commit is contained in:
parent
774bd73602
commit
79621855f9
@ -161,6 +161,7 @@ static LRESULT CALLBACK Win32_WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LP
|
|||||||
break;
|
break;
|
||||||
case WM_CLOSE:
|
case WM_CLOSE:
|
||||||
Quit_is_required = 1;
|
Quit_is_required = 1;
|
||||||
|
user_feedback_required = 1;
|
||||||
return 0;
|
return 0;
|
||||||
case WM_ERASEBKGND:
|
case WM_ERASEBKGND:
|
||||||
// the background should be erased
|
// the background should be erased
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user