projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55192e
)
e_hwc_windows: don't update windows if norender is pushed
34/249734/3
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 16 Dec 2020 08:49:36 +0000
(17:49 +0900)
committer
changyeon lee
<cyeon.lee@samsung.com>
Mon, 21 Dec 2020 02:57:28 +0000
(
02:57
+0000)
Change-Id: Iea6c4e2ac817eb2f872f2810c42b09b06fab40c9
src/bin/e_hwc_windows.c
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc_windows.c
b/src/bin/e_hwc_windows.c
index 29b79f5e9043538e8eeb48837f05431a53cf045d..a906c285c49672232c73a8972f998e95239224ac 100644
(file)
--- 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))