Window API refactor

This commit is contained in:
elasota
2020-05-20 17:20:50 -04:00
parent 49c438b088
commit f53dc21475
26 changed files with 137 additions and 127 deletions

View File

@@ -143,7 +143,7 @@ void NewGame (short mode)
#ifdef COMPILEQT
if ((thisMac.hasQT) && (hasMovie))
{
theMovie.m_surface = &mainWindow->m_surface;
theMovie.m_surface = mainWindow->GetDrawSurface();
}
#endif
@@ -374,7 +374,7 @@ void HandleGameResolutionChange(void)
OpenMainWindow();
if (hasMovie)
theMovie.m_surface = &mainWindow->m_surface;
theMovie.m_surface = mainWindow->GetDrawSurface();
ResetLocale(true);
InitScoreboardMap();