fix Mac compile

This commit is contained in:
Chris Danford
2005-12-07 00:34:11 +00:00
parent 8bf79ca4e2
commit cb8a48e254
@@ -215,7 +215,7 @@ void LowLevelWindow_SDL::Update()
{
uint8_t i = SDL_GetAppState();
LOG->Trace( "SDL_GetAppState: %i", i );
FocusChanged( i&SDL_APPINPUTFOCUS && i&SDL_APPACTIVE );
StepMania::FocusChanged( i&SDL_APPINPUTFOCUS && i&SDL_APPACTIVE );
}
break;
case SDL_QUIT: