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:
2cf792f
)
Revert "e_hwc_windows: send discard feedback if commit ins't needed"
33/247033/1
accepted/tizen/unified/20201109.123502
submit/tizen/20201109.013958
author
Changyeon Lee
<cyeon.lee@samsung.com>
Fri, 6 Nov 2020 08:29:12 +0000
(17:29 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Fri, 6 Nov 2020 08:29:26 +0000
(17:29 +0900)
This reverts commit
de5d14338e6156fbd43974538ee5a7ab9425adbb
.
Change-Id: I6b2b7ed1a1faea41579a5163c9de639aad0d3bcc
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 9027b1cdbfe84fe0569f72d3d2e5cab75bba77b3..5ae94c93d3786a3d183cec70d99a7e248b48d895 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-3253,16
+3253,10
@@
e_hwc_windows_commit(E_Hwc *hwc, E_Output_Display_Mode display_mode)
/* send tizen_hwc_commit feedback committed */
e_comp_wl_tizen_hwc_committed();
- _e_hwc_windows_sync_callback_call(hwc);
-
- return EINA_TRUE;
update_done:
if (!hwc->transition)
- {
- e_comp_wl_tizen_hwc_discarded();
- _e_hwc_windows_sync_callback_call(hwc);
- }
+ _e_hwc_windows_sync_callback_call(hwc);
return EINA_TRUE;