rage thumb tool - use preferred engine not explicit engine

v-0.4.0
Carsten Haitzler 9 years ago
parent fc9a92b556
commit 7969915fa1
  1. 2
      src/bin/thumb.c

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

Loading…
Cancel
Save