Skip to content

Commit

Permalink
Merge pull request #3311 from jmarshallnz/fullscreen_switching_fixes
Browse files Browse the repository at this point in the history
Fullscreen switching fixes
  • Loading branch information
jmarshallnz committed Oct 6, 2013
2 parents 4e5a987 + 86d9938 commit b804c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/windowing/osx/WinSystemOSX.mm
Expand Up @@ -723,7 +723,7 @@ static void DisplayReconfigured(CGDirectDisplayID display,
// or if we are still on the same display - it might be only a refreshrate/resolution
// change request.
// Recurse to reset fullscreen mode and then continue.
if (was_fullscreen && fullScreen && lastDisplayNr != res.iScreen)
if (was_fullscreen && fullScreen)
{
needtoshowme = false;
ShowHideNSWindow([last_view window], needtoshowme);
Expand Down

0 comments on commit b804c6b

Please sign in to comment.