elm accel pref config - fix to use correct api to set accel pref
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 7 Feb 2015 04:23:34 +0000 (13:23 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 7 Feb 2015 04:23:34 +0000 (13:23 +0900)
src/bin/e_comp_x.c

index 4a8eb2053a3c59f4a30a284f61d6ad25ac111cf8..36ff29afb4a10f0aed7628c2c8a15d39d65115e4 100644 (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();