From fc21ca524c89ea8f15eb7c42b4a2967ad8386d20 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Sun, 15 Jun 2014 16:15:16 -0400 Subject: [PATCH] fix define check for wayland client uuid store Signed-off-by: Chris Michael --- src/bin/e_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_client.h b/src/bin/e_client.h index 41b40508b..3745f6466 100644 --- a/src/bin/e_client.h +++ b/src/bin/e_client.h @@ -696,7 +696,7 @@ struct E_Client Eina_Bool no_shape_cut : 1; // client shape should not be cut Eina_Bool maximize_override : 1; // client is doing crazy stuff and should "just do it" when moving/resizing -#ifdef HAVE_WAYLAND_CLIENTS +#if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY) uuid_t uuid; #endif };