bin/main: change to new api call according to api deprecation.

This commit is contained in:
ChunEon Park 2015-02-13 14:50:46 +09:00
parent 29229c7f73
commit 900d65141a
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ elm_setup()
elm_config_profiel_set() */
char *engine = getenv("ELM_ENGINE");
if (engine && !strncmp(engine, "gl", strlen("gl")))
elm_config_preferred_engine_set("opengl_x11");
elm_config_accel_preference_set("3d");
elm_config_focus_highlight_clip_disabled_set(EINA_FALSE);
elm_config_scroll_bounce_enabled_set(EINA_FALSE);