}
static Eina_Bool
-_hwc_plane_prepare(E_Output *eout, int n_vis, Eina_List *clist)
+_hwc_prepare(E_Output *eout, int n_vis, Eina_List *clist)
{
const Eina_List *ep_l = NULL, *l ;
Eina_List *hwc_l = NULL, *clist2;
}
static Eina_Bool
-_hwc_plane_reserved_clean()
+_hwc_reserved_clean()
{
Eina_List *l, *ll;
E_Zone *zone;
if ((n_vis < 1) || (n_ec < 1))
goto nextzone;
- ret |= _hwc_plane_prepare(output, n_vis, hwc_ok_clist);
+ ret |= _hwc_prepare(output, n_vis, hwc_ok_clist);
nextzone:
eina_list_free(hwc_ok_clist);
e_comp->nocomp_want = 0;
E_FREE_FUNC(e_comp->nocomp_delay_timer, ecore_timer_del);
- _hwc_plane_reserved_clean();
+ _hwc_reserved_clean();
if (!e_comp->hwc) return;
if (!e_comp->hwc_mode) return;