discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=1eddd375d8d580bb368367680e8b9d148a491aee

commit 1eddd375d8d580bb368367680e8b9d148a491aee
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed May 18 13:26:59 2016 -0400

    eo_del -> eo_unref in xwayland
---
 src/modules/xwayland/e_mod_main.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/modules/xwayland/e_mod_main.c 
b/src/modules/xwayland/e_mod_main.c
index 3e5c895..a4110c3 100644
--- a/src/modules/xwayland/e_mod_main.c
+++ b/src/modules/xwayland/e_mod_main.c
@@ -364,7 +364,12 @@ xwl_init(E_Module *m)
      return NULL;
 
 #ifdef HAVE_PULSE
-   eo_del(eo_add(ECORE_AUDIO_OUT_PULSE_CLASS, NULL));
+# ifdef EFL_VERSION_1_18
+   eo_unref
+# else
+   eo_del
+# endif
+   (eo_add(ECORE_AUDIO_OUT_PULSE_CLASS, NULL));
 #endif
 
    /* record wayland display */

-- 


Reply via email to