From 4002813981c2c9fc27c4859316e3d9d47cad387e Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Mon, 24 Nov 2014 23:03:38 +0900 Subject: [PATCH] Disable gl engine [model] Redwood,Kiran,B3(Wearable) [binary_type] AP [customer] Docomo/Orange/ATT/Open [issue#] N/A [problem] [cause] [solution] [team] HomeTF [request] [horizontal_expansion] Change-Id: Ic816c93b50043a2236c2e066e4ac5d32b3c3acdd --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 0dc1dd0..03277c7 100644 --- a/src/main.c +++ b/src/main.c @@ -400,7 +400,7 @@ static bool app_create(void *argv) int ret; elm_app_base_scale_set(WVGA_DEFAULT_SCALE); - elm_config_preferred_engine_set("opengl_x11"); +// elm_config_preferred_engine_set("opengl_x11"); dynamicbox_conf_init(); if (!dynamicbox_conf_is_loaded()) { -- 2.7.4