remove use of deprecated e_comp_get function

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-06 09:28:58 -05:00
parent ba5c079152
commit a0e92e2868
1 changed files with 1 additions and 1 deletions

View File

@ -2279,7 +2279,7 @@ _e_comp_wl_compositor_create(void)
int fd = 0;
/* check for existing compositor. create if needed */
if (!(comp = e_comp_get(NULL)))
if (!(comp = e_comp))
{
comp = e_comp_new();
comp->comp_type = E_PIXMAP_TYPE_WL;