fix define check for wayland client uuid store

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-06-15 16:15:16 -04:00 committed by Chris Michael
parent b7e263bf12
commit fc21ca524c
1 changed files with 1 additions and 1 deletions

View 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
};