Fix missed case of #198 Alt-Enter toggle full-screen -- WM_USER_FULLSCREEN

This commit is contained in:
michaelangel007 2014-08-25 09:40:52 -07:00
parent 94c90f6654
commit 10092fce9a

View File

@ -1688,7 +1688,7 @@ LRESULT CALLBACK FrameWndProc (
// Message posted by: Cmd-line boot
case WM_USER_FULLSCREEN:
{
ScreenWindowResize(true);
ScreenWindowResize(false);
break;
}