e_comp->hwc_override++;
if ((e_comp->hwc_override > 0) && (e_comp->nocomp))
{
-#ifdef MULTI_PLANE_HWC
+#ifdef ENABLE_HWC_MULTI
_e_comp_hwc_end(__FUNCTION__);
#else
e_comp_nocomp_end(__FUNCTION__);
-#endif // end of MULTI_PLANE_HWC
+#endif // end of ENABLE_HWC_MULTI
}
}
_e_comp_wl_subsurface_check_below_bg_rectangle(ec);
#ifdef HAVE_HWC
-#ifdef ENABLE_HWC_MULTI
-#else
-#ifndef MULTI_PLANE_HWC
+#ifndef ENABLE_HWC_MULTI
/* HWC: if the compositor fall into the nocomposite mode,
the compositor display e_client on the hw layer directly */
if (e_comp->hwc && buffer)
}
if (e_comp->hwc)
e_comp_hwc_client_commit(ec);
-#endif // end of MULTI_PLANE_HWC
-#endif
+#endif // end of ENABLE_HWC_MULTI
#endif
if ((buffer && buffer->type == E_COMP_WL_BUFFER_TYPE_VIDEO) &&
ecore_evas_object_cursor_set(ptr->ee, obj, E_LAYER_MAX - 1, x, y);
if (e_pointer_is_hidden(ptr))
{
-#ifdef MULTI_PLANE_HWC
+#ifdef ENABLE_HWC_MULTI
_e_comp_hwc_end("re_cursor_set");
#else
e_comp_nocomp_end("re_cursor_set");
-#endif // end of MULTI_PLANE_HWC
+#endif // end of ENABLE_HWC_MULTI
}
return;
}
if (e_pointer_is_hidden(ptr))
{
-#ifdef MULTI_PLANE_HWC
+#ifdef ENABLE_HWC_MULTI
_e_comp_hwc_end("cursor_set");
#else
e_comp_nocomp_end("cursor_set");
-#endif // end of MULTI_PLANE_HWC
+#endif // end of ENABLE_HWC_MULTI
}
}