diff -r 50560ca58f80 src/video/uikit/SDL_uikitvideo.m --- a/src/video/uikit/SDL_uikitvideo.m Mon Oct 24 23:18:53 2011 -0400 +++ b/src/video/uikit/SDL_uikitvideo.m Sat Oct 29 15:06:32 2011 +0200 @@ -178,7 +178,7 @@ // UIScreenMode showed up in 3.2 (the iPad and later). We're // misusing this supports_multiple_displays flag here for that. - if (!SDL_UIKit_supports_multiple_displays) { + if (SDL_UIKit_supports_multiple_displays) { UIScreenMode *uimode = [uiscreen currentMode]; [uimode retain]; // once for the desktop_mode [uimode retain]; // once for the current_mode