comment out non-upstreamed elmentary APIs accepted/tizen/20130520.103541 submit/tizen/20130517.200826
authorAnas Nashif <anas.nashif@intel.com>
Fri, 17 May 2013 20:08:07 +0000 (16:08 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Fri, 17 May 2013 20:08:07 +0000 (16:08 -0400)
client/ug-client.c

index 5d6961c..cf9819d 100755 (executable)
@@ -282,12 +282,14 @@ static int app_create(void *data)
        } else {
                LOGE("elm win rotation get error");
        }
+    /*
        if(elm_win_wm_rotation_supported_get(win)) {
                int rots[4] = { 0, 90, 180, 270 };
                elm_win_wm_rotation_available_rotations_set(win, (const int*)&rots, 4);
        } else {
                LOGW("wm rotation supported get error");
        }
+    */
        evas_object_smart_callback_add(win, "wm,rotation,changed", rotate, data);
 
        appcore_set_event_callback(APPCORE_EVENT_LOW_MEMORY, low_memory, ad);