evas-drm: Keep tile buffers in sync with size changes

This line should not have been removed from the previous patch. Thanks
to Cedric for catching this.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-12-06 14:05:19 -05:00
parent 08bb6b1eec
commit 29325b7903
1 changed files with 5 additions and 0 deletions

View File

@ -96,6 +96,11 @@ eng_setup(Evas *evas, void *einfo)
{
_outbuf_reconfigure(re->generic.ob, epd->output.w, epd->output.h,
info->info.rotation, info->info.depth);
evas_render_engine_software_generic_update(&re->generic,
re->generic.ob,
epd->output.w,
epd->output.h);
}
epd->engine.data.output = re;