devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=a0e92e286817db75c7372bf0cff17511b9d7ecc7
commit a0e92e286817db75c7372bf0cff17511b9d7ecc7 Author: Chris Michael <[email protected]> Date: Tue Jan 6 09:28:58 2015 -0500 remove use of deprecated e_comp_get function Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_comp_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 6948339..f67cb82 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -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; --
