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:
280d0e3
)
e_hwc_windows: set window transition when transition is client
86/268586/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 27 Dec 2021 08:56:46 +0000
(17:56 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 27 Dec 2021 09:21:22 +0000
(18:21 +0900)
set window transition for increasing transition failures
Change-Id: I1bc4dc42b5312ac1ebc2b01cc39d7174d73914ff
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 63081790b703c0e3d2aa236963c9f77a5a7c5369..a685920cd0c8f2081c4d6a519d171b4fea416e68 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-2204,7
+2204,10
@@
_e_hwc_windows_transition_check(E_Hwc *hwc)
(hwc_window->state == E_HWC_WINDOW_STATE_CLIENT))
{
if (_e_hwc_windows_target_window_rendered_window_has_no(hwc, hwc_window, EINA_TRUE))
- transition = EINA_TRUE;
+ {
+ window_transition = e_hwc_window_transition_get(hwc_window);
+ transition = EINA_TRUE;
+ }
}
if (window_transition)