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:
10c0bd8
)
e_hwc_window: Give a proper instance to tdm_hwc_window_set_property()
73/196873/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 2 Jan 2019 08:19:26 +0000
(17:19 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Mon, 7 Jan 2019 06:56:04 +0000
(15:56 +0900)
Change-Id: I1dacf82a21031166cd973dc686d813df07663c5f
src/bin/e_hwc_window.c
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc_window.c
b/src/bin/e_hwc_window.c
index 3e60c5cd2a6419a354511985d052bcc1fd4652d7..b19a8ad034081fa4b8ed0e013394dc69e2163d69 100644
(file)
--- a/
src/bin/e_hwc_window.c
+++ b/
src/bin/e_hwc_window.c
@@
-1622,7
+1622,7
@@
e_hwc_window_set_property(E_Hwc_Window *hwc_window, unsigned int id, const char
if (force)
{
/* set the property on the fly */
- ret = tdm_hwc_window_set_property(hwc_window, id, value);
+ ret = tdm_hwc_window_set_property(hwc_window
->thwc_window
, id, value);
EINA_SAFETY_ON_TRUE_RETURN_VAL(ret != TDM_ERROR_NONE, ret);
EHWTRACE("Set Property: property(%s) value(%d)) -- {%s}",