From eed6042c45b7926ba0ca913cc78ee16c447ef5ed Mon Sep 17 00:00:00 2001 From: Choi Munseok Date: Sun, 24 Mar 2013 14:38:24 +0900 Subject: [PATCH] Fix Window Rotation Change-Id: I72a18a5c4c0a150e734d3ade4bc4ae9e3948e4a2 Signed-off-by: Choi Munseok --- src/ui/FUi_OrientationAgent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/FUi_OrientationAgent.cpp b/src/ui/FUi_OrientationAgent.cpp index 56242fd..4a12c4c 100644 --- a/src/ui/FUi_OrientationAgent.cpp +++ b/src/ui/FUi_OrientationAgent.cpp @@ -365,7 +365,7 @@ _OrientationAgent::UpdateOrientation(void) if (!pImpl) { return; -} + } int rotation = pEcoreEvas->GetWindowRotation(*(pImpl->GetCore().GetRootWindow())); -- 2.7.4