Displaying client directly on the layer is decided inside hwc.
Therefore e_comp call the e_comp_hwc_display_client() when
the client commit is arrived at a server.
Change-Id: I6b53959cbb5f6635c14dbdac36cf80c751edcf2c
#ifdef HAVE_HWC
/* HWC: if the compositor fall into the nocomposite mode,
the compositor display e_client on the hw layer directly */
- if (e_comp->hwc &&
- e_comp->nocomp &&
- e_comp->nocomp_ec == ec &&
- buffer)
+ if (e_comp->hwc && buffer)
{
e_comp_hwc_display_client(ec);
}