Add e_canvas_recache to startup procedure.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-01 15:10:03 +01:00
parent a42a692d93
commit a70b53b3b1
1 changed files with 4 additions and 0 deletions

View File

@ -426,6 +426,10 @@ main(int argc, char **argv)
TS("E_Pointer Init Done");
_e_main_shutdown_push(e_pointer_shutdown);
TS("E_Canvas Recache");
e_canvas_recache();
TS("E_Canvas Recache Done");
/*** Main Loop ***/
starting = EINA_FALSE;