From: Junkyeong Kim Date: Fri, 7 Feb 2020 08:54:50 +0000 (+0900) Subject: e_hwc_windows: erase skip commit code for zoom_unset after pp done X-Git-Tag: submit/tizen/20200210.084753~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66b58d2f2ad98c6287a4f3c578bda04c1ccfa0ef;p=platform%2Fupstream%2Fenlightenment.git e_hwc_windows: erase skip commit code for zoom_unset after pp done Change-Id: I4037e6b7ff148897a95633718925a6aaa36591ce Signed-off-by: Junkyeong Kim --- diff --git a/src/bin/e_hwc_windows.c b/src/bin/e_hwc_windows.c index 93b8092155..33cdd9aa3c 100644 --- a/src/bin/e_hwc_windows.c +++ b/src/bin/e_hwc_windows.c @@ -1577,17 +1577,6 @@ _e_hwc_windows_pp_commit_handler(tdm_pp *pp, tbm_surface_h tsurface_src, tbm_sur EHWSTRACE("!!!!!!!! HWC PP Commit Handler !!!!!!!!", NULL, hwc); EHWSTRACE(" tsurface src(%p) dst(%p)", NULL, hwc, tsurface_src, tsurface_dst); - /* if pp_set is false, skip the commit */ - if (!hwc->pp_set) - { - if (hwc->tpp) - { - tdm_pp_destroy(hwc->tpp); - hwc->tpp = NULL; - } - goto done; - } - output = hwc->output; if (e_output_dpms_get(output)) {