Fix rotation
authorChoi Munseok <ms47.choi@samsung.com>
Sun, 31 Mar 2013 08:24:07 +0000 (17:24 +0900)
committerChoi Munseok <ms47.choi@samsung.com>
Sun, 31 Mar 2013 08:24:07 +0000 (17:24 +0900)
Change-Id: I33628165926893647833590586dd1b415f0063af
Signed-off-by: Choi Munseok <ms47.choi@samsung.com>
src/ui/FUi_EcoreEvas.cpp

index 8597e3f..36d2151 100644 (file)
@@ -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