Added animatable member value of E_Client. This 'animatable' flag
informs of that this client can run animation(effect) or not.
Change-Id: I93a518f8c740e4ad563cb0afe01376c8701cceee
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
ec->first_mapped = EINA_FALSE;
ec->post_raise = EINA_TRUE;
ec->post_lower = EINA_FALSE;
+ ec->animatable = EINA_TRUE;
/* FIXME: if first_map is 1 then we should ignore the first hide event
* or ensure the window is already hidden and events flushed before we
Eina_Bool first_mapped : 1;
Eina_Bool post_raise : 1;
Eina_Bool post_lower : 1;
+ Eina_Bool animatable : 1; //client is animatable (can apply animation)
Eina_Bool on_post_updates : 1; // client is on the post update list
uuid_t uuid;