Copy the inherited functions into our local variable so we can

override some functions.

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

SVN revision: 83227
This commit is contained in:
Christopher Michael 2013-01-24 09:15:00 +00:00 committed by Christopher Michael
parent 1dbfd6c541
commit aa1bd96e2d
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,9 @@ module_open(Evas_Module *em)
if (!_evas_module_engine_inherit(&pfunc, "software_generic"))
return 0;
/* copy base functions from the software_generic engine */
func = pfunc;
return 0;
}