Win: Don't let OS destroy window. Fixes issue #162.

This commit is contained in:
Branimir Karadžić 2014-09-30 19:04:24 -07:00
parent adce641d6a
commit bb9a35e809

View file

@ -355,7 +355,8 @@ namespace entry
{
destroyWindow(findHandle(_hwnd) );
}
break;
// Don't process message. Window will be destroyed later.
return 0;
case WM_SIZING:
{