raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7f76e3b9f3d01d51c08ae3f30ac7264daaaec42a
commit 7f76e3b9f3d01d51c08ae3f30ac7264daaaec42a Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sat Feb 7 13:23:34 2015 +0900 elm accel pref config - fix to use correct api to set accel pref --- src/bin/e_comp_x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 4a8eb20..36ff29a 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -5037,7 +5037,7 @@ _e_comp_x_setup(E_Comp *c, Ecore_X_Window root, int w, int h) // can't do it (or doesn't want to), so this may cause issues in // gl drivers etc. - this addresses a vbox crash bug with vm // opengl acceleration - elm_config_preferred_engine_set("none"); + elm_config_accel_preference_set("none"); elm_config_accel_preference_override_set(EINA_TRUE); elm_config_all_flush(); elm_config_save(); --
