WIP: 'Reset all to Default' button: Master volume, Full-screen drive/keyb status

This commit is contained in:
tomcw
2026-01-18 19:13:33 +00:00
parent 7198252858
commit 443ceebcf1
7 changed files with 40 additions and 20 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ Win32Frame::Win32Frame()
g_bAppActive = false;
g_bFrameActive = false;
g_windowMinimized = false;
g_bFullScreen_ShowSubunitStatus = true;
g_bFullScreen_ShowSubunitStatus = kFullScreen_ShowSubunitStatus_Default;
g_win_fullscreen_offsetx = 0;
g_win_fullscreen_offsety = 0;
m_bestWidthForFullScreen = 0;