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:
7d7d2b1
)
e_hwc_windows: change the accept_changes to the accept_validation
75/194075/1
author
SooChan Lim
<sc1.lim@samsung.com>
Thu, 29 Nov 2018 00:47:06 +0000
(09:47 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Thu, 29 Nov 2018 00:47:06 +0000
(09:47 +0900)
Change-Id: I2b3a74722c481d837b9cdd3f035802f315f2ba26
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 9810812db6dc5da06ac8cba972d501fc3a9cafe2..c6437c8f7fc7eba39f0858a452f1bed4393d2169 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-1341,7
+1341,7
@@
_e_hwc_windows_accept(E_Hwc *hwc)
const Eina_List *l;
/* accept changes */
- terror = tdm_hwc_accept_
changes
(hwc->thwc);
+ terror = tdm_hwc_accept_
validation
(hwc->thwc);
if (terror != TDM_ERROR_NONE)
{
ERR("HWC-WINS: failed to accept validation.");