see if this is fixed

This commit is contained in:
Glenn Maynard
2006-01-18 09:27:09 +00:00
parent de00a196d6
commit 852ba5f336
@@ -85,11 +85,14 @@ static LRESULT CALLBACK GraphicsWindow_WndProc( HWND hWnd, UINT msg, WPARAM wPar
// Set the video mode through DISPLAY instead of ChangeDisplaySettings
// so that the viewport is correctly reset.
//ChangeDisplaySettings( &g_FullScreenDevMode, CDS_FULLSCREEN );
#if 1
ChangeDisplaySettings( &g_FullScreenDevMode, CDS_FULLSCREEN );
#else
bool bNewDevice;
VideoModeParams p;
StepMania::GetPreferredVideoModeParams( p );
DISPLAY->SetVideoMode( p, bNewDevice );
#endif
ShowWindow( g_hWndMain, SW_SHOWNORMAL );
}