mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-27 04:31:44 +00:00
Alt+Enter: fix regression, as this key combo should default to toggling full screen (#1188)
This commit is contained in:
parent
bca99278b6
commit
abe606b2a6
@ -23,7 +23,7 @@ Win32Frame::Win32Frame()
|
||||
g_hLogoBitmap = (HBITMAP)0;
|
||||
g_hDeviceBitmap = (HBITMAP)0;
|
||||
g_hDeviceDC = (HDC)0;
|
||||
g_bAltEnter_ToggleFullScreen = false;
|
||||
g_bAltEnter_ToggleFullScreen = true; // Alt+Enter defaults to toggling full screen
|
||||
g_bIsFullScreen = false;
|
||||
g_bShowingCursor = true;
|
||||
g_bLastCursorInAppleViewport = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user