Change-Id: I89a5d24cc8edddf341356a4d72f7c8a54eeefa5e
static void
_e_hwc_window_constraints_reset(E_Hwc_Window *hwc_window)
{
- /* reset the TDM_CONSTRAINT_BUFFER_QUEUE */
+ /* reset the TDM_HWC_WIN_CONSTRAINT_BUFFER_QUEUE */
if (hwc_window->queue)
{
e_hwc_window_queue_user_unset(hwc_window->queue, hwc_window);
if (hwc_window->constraints == constraints) return EINA_TRUE;
- if (constraints & TDM_CONSTRAINT_BUFFER_QUEUE)
+ if (constraints & TDM_HWC_WIN_CONSTRAINT_BUFFER_QUEUE)
{
if (!hwc_window->queue)
{