fixup! Do not use elm_config_preferred_engine_set anymore
authorAntonio Gomes <a1.gomes@samsung.com>
Fri, 15 May 2015 20:42:49 +0000 (16:42 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Call elm_config_accel_preference_set on mini_browser creation
otherwise it fails at gl context initialization.

PS: This is similar to uBrowser.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=12675
Reviewed by: SeungSeop Park, arno renevier

Change-Id: I10447a1104e255948e5eaad6c9bf71dafade4bc3
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
tizen_src/ewk/efl_webview_app/mini_browser.c

index f379a8d..445cc3a 100755 (executable)
@@ -709,6 +709,8 @@ int main(int argc, char** argv)
 
   //FIXME: this is temporal code.
   ewk_set_arguments(argc, argv);
+  elm_init(argc, argv);
+  elm_config_accel_preference_set("opengl");
 
   Ecore_Getopt_Value values[] =
   {