summaryrefslogtreecommitdiff
path: root/client/ug-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/ug-client.c')
-rwxr-xr-xclient/ug-client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/ug-client.c b/client/ug-client.c
index 5d6961c..cf9819d 100755
--- a/client/ug-client.c
+++ b/client/ug-client.c
@@ -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);