Revert "Use S/W backend as graphical backend" 72/89372/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 23 Sep 2016 08:14:17 +0000 (01:14 -0700)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 23 Sep 2016 08:14:20 +0000 (01:14 -0700)
This reverts commit ef256f35ac25b76a48363731ebe98e73db0cbc76.

Change-Id: I72add777e7177b0198fa3ff89f0faa5c5adbdeb8

src/sclcoreui-efl.cpp

index 710f2ee0333cc728b51a09e8b86b222476361d12..f56834e6cab73d9700105d72a881967222f215cd 100644 (file)
@@ -422,6 +422,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);