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:
ad26166
)
e_hwc_windows: fix the wrong parameter
98/190198/2
author
SooChan Lim
<sc1.lim@samsung.com>
Fri, 28 Sep 2018 06:00:06 +0000
(15:00 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Mon, 1 Oct 2018 00:52:27 +0000
(
00:52
+0000)
Change-Id: If771cf79f3a61bf49b6cba8ad777f1c3c481e435
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 8568c3285a88a5678471fe81d32fc23373191a67..28c717aea0aff2b1a636d123c868806fff4130c9 100644
(file)
--- a/
src/bin/e_hwc_windows.c
+++ b/
src/bin/e_hwc_windows.c
@@
-222,7
+222,7
@@
_e_hwc_windows_aligned_width_get(tbm_surface_h tsurface)
}
static void
-_e_hwc_windows_commit_handler(tdm_
output *toutput
, unsigned int sequence,
+_e_hwc_windows_commit_handler(tdm_
hwc *thwc
, unsigned int sequence,
unsigned int tv_sec, unsigned int tv_usec,
void *user_data)
{
@@
-1720,7
+1720,7
@@
e_hwc_windows_commit(E_Hwc *hwc)
if (error != TDM_ERROR_NONE)
{
ERR("tdm_output_commit failed.");
- _e_hwc_windows_commit_handler(
output->toutput
, 0, 0, 0, hwc);
+ _e_hwc_windows_commit_handler(
hwc->thwc
, 0, 0, 0, hwc);
goto fail;
}