Disable gl engine
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 24 Nov 2014 14:03:38 +0000 (23:03 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 24 Nov 2014 14:03:38 +0000 (23:03 +0900)
[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

index 0dc1dd0..03277c7 100644 (file)
@@ -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()) {