elm accel pref config - fix to use correct api to set accel pref

This commit is contained in:
Carsten Haitzler 2015-02-07 13:23:34 +09:00
parent 413ca8046e
commit 7f76e3b9f3
1 changed files with 1 additions and 1 deletions

View File

@ -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();