mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-09 20:34:50 +00:00
Fix missed case of #198 Alt-Enter toggle full-screen -- WM_USER_FULLSCREEN
This commit is contained in:
parent
94c90f6654
commit
10092fce9a
@ -1688,7 +1688,7 @@ LRESULT CALLBACK FrameWndProc (
|
||||
// Message posted by: Cmd-line boot
|
||||
case WM_USER_FULLSCREEN:
|
||||
{
|
||||
ScreenWindowResize(true);
|
||||
ScreenWindowResize(false);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user