hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=900d65141a5f880b8a9eff3db77b3dc06641f44d
commit 900d65141a5f880b8a9eff3db77b3dc06641f44d Author: ChunEon Park <[email protected]> Date: Fri Feb 13 14:50:46 2015 +0900 bin/main: change to new api call according to api deprecation. --- src/bin/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/main.c b/src/bin/main.c index 0a1de30..1c1878c 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -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); --
