From: Changyeon Lee Date: Wed, 16 Dec 2020 08:49:36 +0000 (+0900) Subject: e_hwc_windows: don't update windows if norender is pushed X-Git-Tag: submit/tizen/20201228.035700~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfb1d2400769d2dbea2b881c7f32abcb79555157;p=platform%2Fupstream%2Fenlightenment.git e_hwc_windows: don't update windows if norender is pushed Change-Id: Iea6c4e2ac817eb2f872f2810c42b09b06fab40c9 --- diff --git a/src/bin/e_hwc_windows.c b/src/bin/e_hwc_windows.c index 29b79f5e90..a906c285c4 100644 --- a/src/bin/e_hwc_windows.c +++ b/src/bin/e_hwc_windows.c @@ -3188,6 +3188,12 @@ e_hwc_windows_commit(E_Hwc *hwc, E_Output_Display_Mode display_mode) if (hwc->wait_commit) return EINA_TRUE; + if (e_hwc_norender_get(hwc) > 0) + { + EHWSTRACE("No Render get.", NULL, hwc); + return EINA_TRUE; + } + if (hwc->primary_output) { if (!_e_hwc_windows_changes_update(hwc))