Tell the Evas_Module about our functions and return success.

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

SVN revision: 83229
This commit is contained in:
Christopher Michael 2013-01-24 09:15:08 +00:00 committed by Christopher Michael
parent 77a205eac8
commit 3cdf6d6a50
1 changed files with 5 additions and 1 deletions

View File

@ -175,7 +175,11 @@ module_open(Evas_Module *em)
ORD(output_flush);
ORD(output_idle_flush);
return 0;
/* advertise out our own api */
em->functions = (void *)(&func);
/* return success */
return 1;
}
static void