From: Choi Munseok Date: Sun, 31 Mar 2013 08:24:07 +0000 (+0900) Subject: Fix rotation X-Git-Tag: accepted/tizen_2.1/20130425.033138~579 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a56478220b6d6f875ca7be42ed15cc518cd78f3d;p=platform%2Fframework%2Fnative%2Fuifw.git Fix rotation Change-Id: I33628165926893647833590586dd1b415f0063af Signed-off-by: Choi Munseok --- diff --git a/src/ui/FUi_EcoreEvas.cpp b/src/ui/FUi_EcoreEvas.cpp index 8597e3f..36d2151 100644 --- a/src/ui/FUi_EcoreEvas.cpp +++ b/src/ui/FUi_EcoreEvas.cpp @@ -1000,7 +1000,7 @@ _EcoreEvas::_EcoreEvas(void) , __changeBounds(true) , __openClipboard(false) { -#if defined(WINDOW_BASE_ROTATION) +#if defined(WINDOW_BASE_ROTATE) int ret = appcore_unset_rotation_cb(); SysLog(NID_UI, "[Window Manager Rotation] appcore_unset_rotation_cb = %d", ret); #endif