From: Mike Blumenkrantz Date: Fri, 13 Mar 2015 21:29:34 +0000 (-0400) Subject: use correct wayland ifdef for E_Client uuid generation X-Git-Tag: upstream/0.20.0~1137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9f7f001c9391511be964777527122225f7a04ee;p=platform%2Fupstream%2Fenlightenment.git use correct wayland ifdef for E_Client uuid generation --- diff --git a/src/bin/e_client.c b/src/bin/e_client.c index 807872e..ae97102 100644 --- a/src/bin/e_client.c +++ b/src/bin/e_client.c @@ -2418,7 +2418,7 @@ e_client_new(E_Pixmap *cp, int first_map, int internal) if (!ec) return NULL; e_object_del_func_set(E_OBJECT(ec), E_OBJECT_CLEANUP_FUNC(_e_client_del)); -#ifdef HAVE_WAYLAND_CLIENTS +#ifdef HAVE_WAYLAND uuid_generate(ec->uuid); #endif