Try to create the new Render_Engine on initial engine setup.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83251
This commit is contained in:
Christopher Michael 2013-01-24 09:17:11 +00:00 committed by Christopher Michael
parent 034721bcd8
commit f72dfd4c31
1 changed files with 8 additions and 0 deletions

View File

@ -174,6 +174,14 @@ eng_setup(Evas *eo_evas, void *einfo)
else try_swap = 1;
}
if (!(re =
_output_engine_setup(epd->output.w, epd->output.h,
info->info.rotation, info->info.depth,
info->info.destination_alpha,
info->info.wl_shm, info->info.wl_surface,
try_swap)))
return 0;
}
return 0;