rename ConfigureGraphicsWindow -> CreateGraphicsWindow

This commit is contained in:
Glenn Maynard
2006-01-15 01:43:04 +00:00
parent 6c47215fd7
commit affaf07d35
4 changed files with 6 additions and 6 deletions
@@ -226,7 +226,7 @@ static int GetWindowStyle( bool bWindowed )
/* Set the final window size, set the window text and icon, and then unhide the
* window. */
void GraphicsWindow::ConfigureGraphicsWindow( const VideoModeParams &p, bool bForceRecreateWindow )
void GraphicsWindow::CreateGraphicsWindow( const VideoModeParams &p, bool bForceRecreateWindow )
{
g_CurrentParams = p;