From 78196b9bb6243d756158601c9533f026131da995 Mon Sep 17 00:00:00 2001 From: Wonkeun Oh Date: Wed, 17 Jun 2015 19:10:13 +0900 Subject: [PATCH] Modified window acceleration unit to fix graphic issue Change-Id: I3a191890c7275155834495040a18847bf1cc90de --- src/sclcoreui-efl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sclcoreui-efl.cpp b/src/sclcoreui-efl.cpp index b071dda..3efd14d 100644 --- a/src/sclcoreui-efl.cpp +++ b/src/sclcoreui-efl.cpp @@ -409,6 +409,7 @@ void CSCLCoreUIEFL::run(const sclchar *display) LOGD ("Selected engine: '%s'\n", wlkb.ee_engine); #endif + elm_config_accel_preference_set("3d"); elm_policy_set(ELM_POLICY_THROTTLE, ELM_POLICY_THROTTLE_NEVER); Evas_Object *main_window = elm_win_add(NULL, uuid, ELM_WIN_UTILITY); -- 2.7.4