fix define check for wayland client uuid store
authorChris Michael <devilhorns@comcast.net>
Sun, 15 Jun 2014 20:15:16 +0000 (16:15 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 26 Aug 2014 14:10:36 +0000 (10:10 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_client.h

index 41b4050..3745f64 100644 (file)
@@ -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
 };