From 290367c86743bf181a6420d1cd7a2105db4409d8 Mon Sep 17 00:00:00 2001 From: Max Aksenov Date: Mon, 4 Apr 2011 01:54:34 -0700 Subject: [PATCH] [airplay] fix screen orientation bugs (pointer not properly worked) on devices ( checked on IOS IPad/IPhone), when orientation was changed. --- tests/Res/app.icf | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/tests/Res/app.icf b/tests/Res/app.icf index 0370d6226d..74ed0ce9aa 100644 --- a/tests/Res/app.icf +++ b/tests/Res/app.icf @@ -1,14 +1,11 @@ -[S3E] - -MemSize=[s3e]SCREENSIZE + 50331648 -MemFlags0=USE_STACK_ALLOCATOR - - -[Trace] -GAME=1 -IW_GL=1 -IW_GL_VERBOSE=1 - -[gl] - - +[S3E] + +MemSize=[s3e]SCREENSIZE + 50331648 +MemFlags0=USE_STACK_ALLOCATOR +FixScreenOrientation = 1 + + +[Trace] +GAME=1 +IW_GL=1 +IW_GL_VERBOSE=1 \ No newline at end of file