Create a renderer during compositor init

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-06-10 07:52:10 +01:00
parent b7e87dab89
commit ef6225a87c
1 changed files with 5 additions and 5 deletions

View File

@ -50,11 +50,11 @@ e_modapi_init(E_Module *m)
_e_x11_comp->base.attach = _comp_cb_attach;
/* try to create a renderer */
/* if (!e_renderer_create(&_e_x11_comp->base)) */
/* { */
/* ERR("Could not initialize renderer: %m"); */
/* goto output_err; */
/* } */
if (!e_renderer_create(&_e_x11_comp->base))
{
ERR("Could not initialize renderer: %m");
goto output_err;
}
/* try to initialize output */
if (!_output_init())