win: remove usage of deprecated api.

This commit is contained in:
ChunEon Park 2015-08-07 15:30:49 +09:00
parent 30a3a152b1
commit 89709482b2
1 changed files with 1 additions and 1 deletions

View File

@ -3487,7 +3487,7 @@ _elm_win_finalize_internal(Eo *obj, Elm_Win_Data *sd, const char *name, Elm_Win_
// add check _elm_gl_preference whether "none" or not
else if (!elm_config_accel_preference_get() ||
strcmp(elm_config_accel_preference_get(),"none"))
enginelist[p++] = elm_config_engine_get();
enginelist[p++] = _elm_config->engine;
// add all engines with gl/accelerated ones first - only engines compiled
#ifdef HAVE_ELEMENTARY_X
enginelist[p++] = ELM_SOFTWARE_X11;