Reassign engine data output

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

SVN revision: 83253
This commit is contained in:
Christopher Michael 2013-01-24 09:17:19 +00:00 committed by Christopher Michael
parent 8fa451f2db
commit a2e3bfc356
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@ eng_setup(Evas *eo_evas, void *einfo)
}
}
/* reassign render engine to output */
epd->engine.data.output = re;
if (!epd->engine.data.output) return 0;
return 0;
}