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:
a38ffa7
)
e_hwc_windows: remove exception of checking transition
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 14 Jan 2019 10:00:59 +0000
(19:00 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Fri, 12 Apr 2019 10:00:22 +0000
(19:00 +0900)
Change-Id: Ifbe6877d27549a0e7152f0da2d851968fe377eab
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 ff6a99bbfb796a224086ff4df8744ac996201539..fb998bfa284a3fb3dc4a5b94d3c7f806aa39b7ef 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-1908,8
+1908,6
@@
_e_hwc_windows_evaluate(E_Hwc *hwc)
_e_hwc_windows_target_state_set(hwc->target_hwc_window, E_HWC_WINDOW_STATE_NONE);
}
- if (hwc_mode != E_HWC_MODE_FULL && num_video > 0)
-
/* skip the target_buffer when the window is on trainsition of the composition */
if (hwc_mode != E_HWC_MODE_FULL && _e_hwc_windows_transition_check(hwc))
{