summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-05-18 13:26:59 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-05-18 13:26:59 -0400
commit1eddd375d8d580bb368367680e8b9d148a491aee (patch)
tree2859cf36e6ad784885e82db4e5c3387969a429e2
parent2d1802375d1ae08a353cfb32fa151adf94b66b2c (diff)
downloadenlightenment-1eddd375d8d580bb368367680e8b9d148a491aee.tar.gz
eo_del -> eo_unref in xwayland
-rw-r--r--src/modules/xwayland/e_mod_main.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/modules/xwayland/e_mod_main.c b/src/modules/xwayland/e_mod_main.c
index 3e5c895f0f..a4110c3ee4 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 */