Try to inherit functions from the software_generic engine.

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

SVN revision: 83226
This commit is contained in:
Christopher Michael 2013-01-24 09:14:57 +00:00 committed by Christopher Michael
parent 145e8f8ced
commit 1dbfd6c541
1 changed files with 4 additions and 0 deletions

View File

@ -152,6 +152,10 @@ module_open(Evas_Module *em)
return 0;
}
/* try to inherit base functions from the software generic engine */
if (!_evas_module_engine_inherit(&pfunc, "software_generic"))
return 0;
return 0;
}