split out ScreenManager::ActivatePreparedScreenAndBackground (no real logic change)

This commit is contained in:
Glenn Maynard
2006-01-25 05:49:49 +00:00
parent 89b64ca257
commit 21bc8586cd
2 changed files with 49 additions and 40 deletions
+1
View File
@@ -83,6 +83,7 @@ private:
bool m_bZeroNextUpdate;
void LoadDelayedScreen();
Screen *ActivatePreparedScreenAndBackground( const RString &sScreenName );
ScreenMessage PopTopScreenInternal( bool bSendLoseFocus = true );
void RunConcurrentlyPrepareScreen();