wl-desktop-shell: 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:30:30 -05:00
parent a0e92e2868
commit f2e7bd7204
1 changed files with 1 additions and 1 deletions

View File

@ -1492,7 +1492,7 @@ e_modapi_init(E_Module *m)
E_Comp_Data *cdata;
/* try to get the current compositor */
if (!(comp = e_comp_get(NULL))) return NULL;
if (!(comp = e_comp)) return NULL;
/* make sure it's a wayland compositor */
/* if (comp->comp_type != E_PIXMAP_TYPE_WL) return NULL; */