summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-26 00:25:34 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-26 19:05:34 +0200
commitb2ad5380ad70de51075d67bbd9dd2145d1484b6a (patch)
tree0b42759eb9c297762d7f9987a3edfb31f502622e /ios
parentbcb57baaae2d7e6914ab4dd8eb5232aeacddbb72 (diff)
Handle different basebmp scanline formats and flip vertically when needed
Change-Id: Ic0fd7d60ddc66bcd5577988b3a4e5b2185d3ec1f
Diffstat (limited to 'ios')
-rw-r--r--ios/experimental/Viewer/Viewer/LOViewerAppDelegate.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/experimental/Viewer/Viewer/LOViewerAppDelegate.mm b/ios/experimental/Viewer/Viewer/LOViewerAppDelegate.mm
index 271342bd49d9..7e7216ff63b3 100644
--- a/ios/experimental/Viewer/Viewer/LOViewerAppDelegate.mm
+++ b/ios/experimental/Viewer/Viewer/LOViewerAppDelegate.mm
@@ -26,7 +26,7 @@ static UIWindow *theWindow;
(void) application;
(void) launchOptions;
- CGRect bounds = [[UIScreen mainScreen] applicationFrame];
+ CGRect bounds = [[UIScreen mainScreen] bounds];
self.window = [[LOViewerWindow alloc] initWithFrame:bounds];
theWindow = self.window;