Fix missed case of #198 Alt-Enter toggle full-screen -- WM_USER_FULLSCREEN
This commit is contained in:
parent
94c90f6654
commit
10092fce9a
1 changed files with 1 additions and 1 deletions
|
@ -1688,7 +1688,7 @@ LRESULT CALLBACK FrameWndProc (
|
|||
// Message posted by: Cmd-line boot
|
||||
case WM_USER_FULLSCREEN:
|
||||
{
|
||||
ScreenWindowResize(true);
|
||||
ScreenWindowResize(false);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue