Change-Id: I305a06ace16040909bd3b4858f61853bdb9c8e3c
composited_list[i]->candidate_layer_zpos = -1;
/* The validate type of all windows below this window are TDM_HWC_WIN_COMPOSITION_CLIENT
- * if the upper window is TDM_COMPSITION_CLIENT type.
+ * if the upper window is TDM_HWC_WIN_COMPSITION_CLIENT type.
*/
if (num_clients > 0) {
++num_clients;
continue;
}
- /* increase the num_clients when the type of the window is TDM_COMPOSITE_CLIENT. */
+ /* increase the num_clients when the type of the window is TDM_HWC_WIN_COMPOSITE_CLIENT. */
if (composited_list[i]->client_type == TDM_HWC_WIN_COMPOSITION_CLIENT) {
++num_clients;
/* need target_window to composite */