}
static void
-_e_output_hwc_windows_print_wnds_state(E_Output_Hwc *output_hwc)
+_e_output_hwc_windows_status_print(E_Output_Hwc *output_hwc)
{
const Eina_List *l;
Eina_List *sort_wnds;
}
#if DBG_EVALUATE
ELOGF("HWC-WINS", " Request HWC Validation to TDM HWC:", NULL, NULL);
- _e_output_hwc_windows_print_wnds_state(output_hwc);
+ _e_output_hwc_windows_status_print(output_hwc);
#endif
}
}
#if DBG_EVALUATE
ELOGF("HWC-WINS", " Modified after HWC Validation:", NULL, NULL);
- _e_output_hwc_windows_print_wnds_state(output_hwc);
+ _e_output_hwc_windows_status_print(output_hwc);
#endif
}
{
ELOGF("HWC-WINS", "!!!!!!!! Output Commit !!!!!!!!", NULL, NULL);
ELOGF("HWC-WINS", " The number of visible clients:%d.", NULL, NULL, output_hwc->num_vis_ec);
- _e_output_hwc_windows_print_wnds_state(output_hwc);
+ _e_output_hwc_windows_status_print(output_hwc);
error = tdm_output_commit(output->toutput, 0, _e_output_hwc_windows_commit_handler, output_hwc);
if (error != TDM_ERROR_NONE)