- Don't output commit when compositor doens't complete rendering
but anthor plane need to unset commit
- plane_surface_unset must be commit with plane_surface_set of fb target.
Change-Id: Ic689546b900af2aa7152dd2520341b788a3659f0
if (plane->pending_commit_data)
return EINA_FALSE;
- if (plane->need_to_unset_commit)
- return EINA_TRUE;
-
if (plane->is_fb && !plane->ec)
{
/* acquire the surface */
if (!tsurface) return EINA_FALSE;
+ if (plane->need_to_unset_commit)
+ plane->need_to_unset_commit = EINA_FALSE;
+
e_plane_renderer_previous_surface_set(plane->renderer, plane->tsurface);
plane->tsurface = tsurface;