This commit is contained in:
Glenn Maynard
2004-05-11 21:14:13 +00:00
parent 3119833bae
commit c862cb2c16
+1 -1
View File
@@ -1465,7 +1465,7 @@ static void HandleSDLEvents()
if(event.active.state == SDL_APPMOUSEFOCUS)
break;
Uint8 i = SDL_GetAppState();
uint8_t i = SDL_GetAppState();
g_bHasFocus = i&SDL_APPINPUTFOCUS && i&SDL_APPACTIVE;
LOG->Trace("App %s focus (%i%i)", g_bHasFocus? "has":"doesn't have",