Return our allocated engine info structure.

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

SVN revision: 83232
This commit is contained in:
Christopher Michael 2013-01-24 09:15:49 +00:00 committed by Christopher Michael
parent f3d29d891b
commit 80f8fcfeeb
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ eng_info(Evas *eo_evas EINA_UNUSED)
info->magic.magic = rand();
info->render_mode = EVAS_RENDER_MODE_BLOCKING;
return NULL;
/* return allocated engine info */
return info;
}
static void