Change-Id: Ic0c731c402814c7c9d47881928999a345f5738f0
goto re_evaluate;
}
+ if (hwc_mode == E_HWC_MODE_FULL)
+ {
+ if (((E_Hwc_Window *)hwc->target_hwc_window)->buffer.tsurface)
+ _e_hwc_windows_target_buffer_fetch(hwc, !hwc->pp_set);
+ }
+
/* accept the result of the validation */
if (hwc->pp_set)
ret = _e_hwc_windows_accept(hwc, EINA_FALSE);
goto re_evaluate;
}
- if (hwc_mode == E_HWC_MODE_FULL)
- {
- if (((E_Hwc_Window *)hwc->target_hwc_window)->buffer.tsurface)
- _e_hwc_windows_target_buffer_fetch(hwc, !hwc->pp_set);
- }
-
hwc->transition = EINA_FALSE;
return EINA_TRUE;