Skip to content

Commit

Permalink
[ios/atv2] - no white screen of death for ios/atv2 - so don't start w…
Browse files Browse the repository at this point in the history
…ith windowed mode (doesn't do anything with current code, but will speed up things when tvout is added)
  • Loading branch information
Memphiz committed Mar 16, 2012
1 parent 3f6f58b commit 581e051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ bool CApplication::Create()
g_guiSettings.m_LookAndFeelResolution = RES_DESKTOP;
}

#ifdef __APPLE__
#ifdef TARGET_DARWIN_OSX
// force initial window creation to be windowed, if fullscreen, it will switch to it below
// fixes the white screen of death if starting fullscreen and switching to windowed.
bool bFullScreen = false;
Expand Down

0 comments on commit 581e051

Please sign in to comment.