From: Toni Wilen Date: Tue, 20 Feb 2018 18:44:31 +0000 (+0200) Subject: uae_quit() so that also d3d11 fullscreen mode closes properly. X-Git-Tag: 4000~170 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=14bc2ea2dde9302abc9e5853cd1146973f23b5fa;p=francis%2Fwinuae.git uae_quit() so that also d3d11 fullscreen mode closes properly. --- diff --git a/od-win32/win32.cpp b/od-win32/win32.cpp index bddcf019..5c060797 100644 --- a/od-win32/win32.cpp +++ b/od-win32/win32.cpp @@ -2069,7 +2069,7 @@ static LRESULT CALLBACK AmigaWindowProc (HWND hWnd, UINT message, WPARAM wParam, case SC_RESTORE: break; case SC_CLOSE: - PostQuitMessage(0); + uae_quit(); break; } return lr;