summaryrefslogtreecommitdiff
path: root/client/ug-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/ug-client.c')
-rw-r--r--client/ug-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/ug-client.c b/client/ug-client.c
index c1aa630..d5fbac3 100644
--- a/client/ug-client.c
+++ b/client/ug-client.c
@@ -329,14 +329,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);