fix compile

This commit is contained in:
Chris Danford
2005-12-03 07:44:25 +00:00
parent 7da3272486
commit 914a182a72
@@ -83,7 +83,7 @@ LRESULT CALLBACK GraphicsWindow::GraphicsWindow_WndProc( HWND hWnd, UINT msg, WP
//ChangeDisplaySettings( &g_FullScreenDevMode, CDS_FULLSCREEN );
bool bNewDevice;
VideoModeParams p;
GetPreferredVideoModeParams( p );
StepMania::GetPreferredVideoModeParams( p );
DISPLAY->SetVideoMode( p, bNewDevice );
ShowWindow( g_hWndMain, SW_SHOWNORMAL );
@@ -452,7 +452,7 @@ void GraphicsWindow::Update()
if( g_bHasFocus != g_bLastHasFocus )
{
FocusChanged( g_bHasFocus );
StepMania::FocusChanged( g_bHasFocus );
g_bLastHasFocus = g_bHasFocus;
}