rage thumb tool - use preferred engine not explicit engine

This commit is contained in:
Carsten Haitzler 2014-08-26 17:45:58 +09:00
parent fc9a92b556
commit 7969915fa1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ elm_main(int argc, char **argv)
elm_app_compile_data_dir_set(PACKAGE_DATA_DIR);
elm_app_info_set(elm_main, "rage", "themes/default.edj");
elm_config_engine_set("buffer");
elm_config_preferred_engine_set("buffer");
win = elm_win_add(NULL, "Rage", ELM_WIN_BASIC);
subwin = elm_win_add(win, "inlined", ELM_WIN_INLINED_IMAGE);
image = elm_win_inlined_image_object_get(subwin);