dont change anything on minimization

This commit is contained in:
Adam D. Ruppe 2015-09-25 18:22:31 -04:00
parent fed1788981
commit b700815aca
1 changed files with 2 additions and 0 deletions

View File

@ -3538,6 +3538,8 @@ version(Windows) {
PostQuitMessage(0);
break;
case WM_SIZE:
if(wParam == 1 /* SIZE_MINIMIZED */)
break;
_width = LOWORD(lParam);
_height = HIWORD(lParam);